Skip to content

Commit a4c297c

Browse files
committed
all-successful
1 parent 9110a5c commit a4c297c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

+10
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: pre-commit/[email protected]
13+
all-successful:
14+
if: always()
15+
runs-on: ubuntu-latest
16+
needs:
17+
- lint
18+
steps:
19+
- name: Decide whether the needed jobs succeeded or failed
20+
uses: re-actors/[email protected]
21+
with:
22+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)