Skip to content

Commit

Permalink
Merge pull request #2663 from AlexandreSinger/feature-ci-split-workflows
Browse files Browse the repository at this point in the history
[CI] Added a Workflow Dispatch Trigger for NightlyTest
  • Loading branch information
vaughnbetz authored Jul 26, 2024
2 parents 843df0a + f48f4cd commit 33f6618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: NightlyTest

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # daily

Expand Down

0 comments on commit 33f6618

Please sign in to comment.