mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 10:05:27 +03:00
Update the workflows
This commit is contained in:
parent
c7d76a6f97
commit
e0326c6803
9
.github/workflows/on-pr.yaml
vendored
9
.github/workflows/on-pr.yaml
vendored
@ -8,6 +8,15 @@ on:
|
||||
- patch
|
||||
|
||||
jobs:
|
||||
|
||||
format:
|
||||
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v3
|
||||
secrets: inherit
|
||||
|
||||
check:
|
||||
uses: ./.github/workflows/check.yaml
|
||||
secrets: inherit
|
||||
|
||||
check-changelog:
|
||||
name: Check Changelog Action
|
||||
runs-on: ubuntu-20.04
|
||||
|
@ -2,7 +2,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user