Skip to content

Commit

Permalink
Update SHiELD_parallelworks_intel.yml to add a scheduled weekly CI ru…
Browse files Browse the repository at this point in the history
…n (Sunday at 00:00) (NOAA-GFDL#288)
  • Loading branch information
laurenchilutti authored Sep 29, 2023
1 parent 18e4eb8 commit f919f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/SHiELD_parallelworks_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
pull_request:
branches:
- main
# run weekly on Sunday
schedule:
- cron: '0 0 * * 0'

jobs:
checkout:
runs-on: [self-hosted, devcimultiintel]
Expand Down

0 comments on commit f919f46

Please sign in to comment.