Skip to content

Commit

Permalink
Added schedule.yml to call schedule-* workflow in model-config-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Jun 11, 2024
1 parent 8973a8a commit a3ea736
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Scheduled Checks
run-name: Scheduled Checks (${{ github.event_name }})
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *' # once a month
jobs:
checks:
uses: access-nri/model-config-tests/.github/workflows/config-schedule-1-ci.yml@main
secrets: inherit
permissions:
checks: write
contents: write
issues: write

0 comments on commit a3ea736

Please sign in to comment.