Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Oct 16, 2023
1 parent dfca262 commit 48492f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-to-master-or-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v1
secrets: inherit

test:
check:
uses: ./.github/workflows/build-and-test.yaml
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/format.yaml@v1
secrets: inherit

verify:
check:
uses: ./.github/workflows/build-and-test.yaml
secrets: inherit

release:
needs:
- format
- verify
- check
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/release.yaml@v1
secrets: inherit
with:
Expand Down

0 comments on commit 48492f1

Please sign in to comment.