Skip to content

Commit

Permalink
Adjust workflows to use schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Feb 20, 2023
1 parent f77082e commit b5e2b88
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: CI

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

on:
workflow_dispatch:
schedule:
# Run every Monday at 6am UTC
- cron: '0 6 * * 1'
pull_request:
# We also want this workflow triggered if the `Downstream CI` label is
# added or present when PR is updated
types:
- synchronize
- labeled
push:
branches:
- '*.*.x'
tags:
- '*'

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ name: s390x

on:
workflow_dispatch:
schedule:
# Run every Monday at 6am UTC
- cron: '0 6 * * 1'
pull_request:
# We also want this workflow triggered if the `s390x` label is
# added or present when PR is updated
types:
- synchronize
- labeled
push:
branches:
- '*.*.x'
tags:
- '*'

Expand Down

0 comments on commit b5e2b88

Please sign in to comment.