Skip to content

Commit

Permalink
reverted regression in all-good task
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Nov 8, 2024
1 parent a87d9ac commit ff7b394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
all-good:
if: always()
runs-on: ubuntu-latest
needs: [ 'build', 'publish-artifacts' ]
needs: [ 'build' ]
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
Expand Down

0 comments on commit ff7b394

Please sign in to comment.