Skip to content

Commit

Permalink
Allow nightly workflow to be manually invoked. (#2007)
Browse files Browse the repository at this point in the history
[skip-rapids][skip-vdc][skip-matrix][skip-docs]
  • Loading branch information
alliepiper authored Jul 18, 2024
1 parent 56d99db commit fc457b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ defaults:
shell: bash --noprofile --norc -euo pipefail {0}

on:
workflow_dispatch:
schedule:
- cron: '0 7 * * *' # 7AM UTC, 12AM PST, 3AM EST

Expand Down

0 comments on commit fc457b4

Please sign in to comment.