Skip to content

Commit

Permalink
ci: regenerate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions YAML generator [bot] committed Nov 16, 2023
1 parent 8b3dbda commit 0af03e2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,17 @@ jobs:
run: npm install
- name: Semantic Release
run: npx semantic-release
success:
runs-on: ubuntu-22.04
needs:
- test
- release
if: >-
always() && (
contains(join(needs.*.result, ','), 'failure')
|| !contains(join(needs.*.result, ','), 'cancelled')
)
steps:
- name: Verify that there were no failures
run: ${{ !contains(join(needs.*.result, ','), 'failure') }}

0 comments on commit 0af03e2

Please sign in to comment.