Skip to content

Commit

Permalink
[hotfix] Allow manual trigger for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Dec 8, 2023
1 parent 323631a commit 5be7963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ name: Nightly
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
compile_and_test:
# if: github.repository_owner == 'apache'
Expand Down

0 comments on commit 5be7963

Please sign in to comment.