Skip to content

Commit 0fcebbc

Browse files
committed
Test
1 parent c827a29 commit 0fcebbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml', '.github/workflows/pre-commit.yml') }}
4040

4141
- name: Wait for other jobs to finish
42-
uses: kamilchodola/wait-for-workflow-action@1.1.0
42+
uses: kamilchodola/wait-for-workflow-action@1.2.0-rc
4343
id: wait-on-jobs
44-
continue-on-error: true
4544
with:
4645
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4746
workflow_id: push.yml

0 commit comments

Comments
 (0)