Skip to content

Commit

Permalink
CI: fix Periodic update's cron and do not add labels (#3271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Nov 30, 2023
1 parent 2ff126d commit 9f0d838
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/periodic_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
workflow_dispatch:
schedule:
# At 10:32 on every first Wednesday of the month.
# See https://crontab.guru/#32_10_1-7_*_WED
- cron: "32 10 1-7 * WED"
# See https://crontab.guru/#32_10_*/100,1-7_*_WED
- cron: "32 10 */100,1-7 * WED"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -38,7 +38,6 @@ jobs:
commit-message: "config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/"
branch: periodic/update-configure
title: "configure: update to latest config.guess and config.sub"
labels: "CI,packaging,configure"
body: |
This updates config.guess and config.sub to their latest versions.
If the two files are deleted in this PR, please check the logs of the workflow here:
Expand Down

0 comments on commit 9f0d838

Please sign in to comment.