Skip to content

Commit 8cb8e9a

Browse files
committed
Fix workflow
1 parent c0cb63b commit 8cb8e9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-commit.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040

4141
- name: Wait for other jobs to finish
4242
uses: lewagon/[email protected]
43+
continue-on-error: true
4344
with:
4445
ref: ${{ github.event.pull_request.head.sha || github.sha }}
4546
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -48,6 +49,8 @@ jobs:
4849

4950
- name: Get compilation workflow ID
5051
id: save-workflow-id
52+
env:
53+
GH_TOKEN: ${{ github.token }}
5154
run: |
5255
RUNID=$(gh api repos/${{ github.repository }}/commits/${{ github.event.pull_request.head.sha }}/check-runs | \
5356
jq -r '.check_runs[] | \

0 commit comments

Comments
 (0)