Skip to content

Commit

Permalink
Merge pull request #97 from creative-commoners/pulls/master/js-timing
Browse files Browse the repository at this point in the history
MNT Schedule workflow for 12 hours after repo workflows
  • Loading branch information
GuySartorelli committed Aug 22, 2023
2 parents 24e425d + db1fe47 commit d701a7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/js-prs-issue.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: JS PRs issue

on:
# At 7:00am UTC on the 15th of February, May, August, and November
# At 12:00 on day-of-month 1 in every 3rd month.
# This is 12 hours after update-js workflows run on repos such as silverstripe/asset-admin
schedule:
- cron: '0 7 15 2,5,8,11 *'
- cron: '0 12 1 */3 *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d701a7b

Please sign in to comment.