Skip to content

Commit

Permalink
feat(workflows): wait for status checks to end before running `semant…
Browse files Browse the repository at this point in the history
…ic-release`
  • Loading branch information
dafyddj committed Oct 9, 2024
1 parent 8f60b4a commit 7349eec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions template/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,17 @@ jobs:
run: texttest -b
results:
name: Collect results
needs:
- pre-commit
- test
permissions:
contents: write
issues: write
pull-requests: write
checks: read
runs-on: ubuntu-latest
steps:
- uses: poseidon/wait-for-status-checks@6988432d64ad3f9c2608db4ca16fded1b7d36ead # v0.5.0
with:
ignore: Collect results
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: codfish/semantic-release-action@9a999e0cdb207de2c9d9d4276860435727818989 # v3.4.1
with:
Expand Down

0 comments on commit 7349eec

Please sign in to comment.