Skip to content

Commit

Permalink
Run version compat on Thursday as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Nov 29, 2023
1 parent 8bbc545 commit 7a78b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-version-compatibility-trigger.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: E2EVersionCompatibilityTrigger
on:
schedule:
# The test will run every Monday at 12:07 AM UTC
- cron: '7 0 * * 1'
# The test will run every Monday, Thursday at 12:07 AM UTC
- cron: '7 0 * * 1,4'
workflow_run:
workflows: [ApprovalComment]
types: [completed]
Expand Down

0 comments on commit 7a78b55

Please sign in to comment.