Skip to content

Commit

Permalink
Also run nightly workflow in PRs that edit its files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored and DimitrisStaratzis committed Mar 13, 2024
1 parent a570457 commit 27624c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yaml
Expand Up @@ -5,6 +5,10 @@ on:
paths:
- '.github/workflows/nightly.yaml'
- 'scripts/ci/**'
pull_request:
paths:
- '.github/workflows/nightly.yaml'
- 'scripts/ci/**'
schedule:
- cron: "0 2 * * *" # Every night at 2 AM UTC (9 PM EST; 10 PM EDT)
workflow_dispatch:
Expand Down

0 comments on commit 27624c0

Please sign in to comment.