Skip to content

Commit 57d72fb

Browse files
authored
[CI] Avoid running redundant cuda-aws-stop (#16340)
I noticed that this job runs in my local fork, although needed steps were skipped.
1 parent 6f18156 commit 57d72fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168

169169
cuda-aws-stop:
170170
needs: [cuda-aws-start, cuda-run-tests]
171-
if: always()
171+
if: always() && ${{ needs.cuda-aws-start.result != 'skipped' }}
172172
uses: ./.github/workflows/sycl-aws.yml
173173
secrets: inherit
174174
with:

0 commit comments

Comments
 (0)