Skip to content

Commit

Permalink
restores push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Aug 19, 2024
1 parent c596855 commit ff6d927
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/assertion-monitor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Assertion Monitor

on:
push:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *" # Run every 6 hours
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/batch-poster-monitor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Batch Poster Monitor

on:
push:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *" # Run every 6 hours
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/retryable-monitor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Retryable Monitor

on:
push:
workflow_dispatch:
schedule:
- cron: "3 8 * * *" # Run once a day at 08:03am GMT
Expand Down

0 comments on commit ff6d927

Please sign in to comment.