Skip to content

Commit

Permalink
.github/workflows/periodic-merge-*: Tiny improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Jun 30, 2021
1 parent c8ec117 commit 4acf281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/periodic-merge-24h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# * and make sure that all major rebuilds happen before the staging
# branch get’s merged back into its base branch.

name: "Periodic Merges"
name: "Periodic Merges (24h)"


on:
schedule:
# * is a special character in YAML so you have to quote this string
# Merge every 6 hours
- cron: '0 */24 * * *'
- cron: '0 0 * * *'

jobs:
periodic-merge:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic-merge-6h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# * and make sure that all major rebuilds happen before the staging
# branch get’s merged back into its base branch.

name: "Periodic Merges"
name: "Periodic Merges (6h)"


on:
Expand Down

0 comments on commit 4acf281

Please sign in to comment.