Skip to content

Commit

Permalink
move schedule triggers into workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 28, 2023
1 parent c4c953e commit 000cb56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1' # Every Monday at 6am UTC
push:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Downstream

on:
workflow_dispatch:
schedule:
- cron: '0 7 * * 1' # Every Monday at 6am UTC
pull_request:
# We also want this workflow triggered if the `Downstream CI` label is
# added or present when PR is updated
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: s390x

on:
workflow_dispatch:
schedule:
- cron: '0 8 * * 1' # Every Monday at 6am UTC
pull_request:
# We also want this workflow triggered if the `s390x` label is
# added or present when PR is updated
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/scheduled.yml

This file was deleted.

0 comments on commit 000cb56

Please sign in to comment.