Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
test publish-nightly.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
luongngocminh authored Dec 7, 2023
1 parent d0da44e commit 4c229cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- id: should_run
continue-on-error: true
name: Check if latest commit is less than a day
if: ${{ github.event_name == 'schedule' }}
# if: ${{ github.event_name == 'schedule' }}
run: test -z $(git rev-list --after="24 hours" ${{ github.sha }}) && echo "should_run=true" || echo "should_run=false" >> $GITHUB_OUTPUT

publish:
Expand Down

0 comments on commit 4c229cf

Please sign in to comment.