We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d0d95 commit c1a5be8Copy full SHA for c1a5be8
.github/workflows/sycl-rel-nightly.yml
@@ -26,12 +26,11 @@ jobs:
26
- uses: actions/checkout@v4
27
with:
28
ref: ${{ env.SYCL_REL_BRANCH }}
29
- run: |
30
- git show --quiet | tee -a $GITHUB_STEP_SUMMARY
+ - run: git show --quiet | tee -a $GITHUB_STEP_SUMMARY
31
32
- id: is_new_commit
33
if: ${{ github.event_name == 'schedule' }}
34
- run: test -z $(git rev-list --after="24 hours" HEAD) && echo "::set-output name=is_new_commit::false"
+ run: test -z $(git rev-list --after="24 hours" HEAD) && echo "is_new_commit=false" >> $GITHUB_OUTPUT
35
36
ubuntu2204_build:
37
needs: [check_for_new_commits]
0 commit comments