Skip to content

Commit

Permalink
Merge pull request asdf-format#1696 from braingram/scheduled_ci
Browse files Browse the repository at this point in the history
move schedule triggers into workflows
  • Loading branch information
braingram authored Nov 30, 2023
2 parents c4c953e + 000cb56 commit 97fc5df
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 97fc5df

Please sign in to comment.