Skip to content

Commit

Permalink
Run nightly.yml if it was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Oct 9, 2023
1 parent fee0f67 commit 747c5f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ permissions:
# implicitly all other scopes not listed become none

on:
workflow_dispatch:
push:
paths:
# Run if a pull request changes this workflow to
# validate it works properly before merging.
- '.github/workflows/nightly.yml'
schedule:
# runs every day at 3:23 AM UTC
- cron: '23 3 * * *'
Expand Down

0 comments on commit 747c5f1

Please sign in to comment.