Skip to content

Commit 9f5d56b

Browse files
committed
[CI] Fix status (update_check) permission for sycl cuda e2e
The update_check started to fail 2 weeks ago in https://github.com/intel/llvm/actions/runs/8461500755. Last CUDA e2e success was https://github.com/intel/llvm/actions/runs/8460746056 2 weeks ago!! So looks like a problem caused by #13173 again..
1 parent ae90070 commit 9f5d56b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl-linux-precommit-aws.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
needs: [create-check, e2e-cuda]
7878
if: always()
7979
runs-on: [Linux, build]
80+
permissions:
81+
statuses: write
8082
steps:
8183
- uses: actions/github-script@v7
8284
with:

0 commit comments

Comments
 (0)