Skip to content

Commit

Permalink
ci: Pin alls-green to bugfix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 25, 2023
1 parent 0562980 commit 1204353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
# https://github.com/re-actors/alls-green/issues/23
uses: re-actors/alls-green@release/cf9edfcf932a0ed6b431433fa183829c68b30e3f
with:
jobs: ${{ toJSON(needs) }}
# We don't include `check-links-markdown`, since occasionally we'll want to merge
Expand Down

0 comments on commit 1204353

Please sign in to comment.