Skip to content

Commit

Permalink
add a manual trigger for nightly action
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Oct 18, 2024
1 parent 754a5d1 commit e2c2e5a
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
@@ -1,6 +1,7 @@
name: Nightly Test Pipeline

on:
workflow_dispatch: {}
schedule:
# Runs every day at 12:00 AM UTC
- cron: '0 0 * * *'
Expand Down

0 comments on commit e2c2e5a

Please sign in to comment.