Skip to content

Commit

Permalink
chore(ci): sync job conversion (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jul 25, 2024
1 parent 1e471f8 commit dc6159c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
sync:
Expand Down
3 changes: 2 additions & 1 deletion sync/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ objects:
app: ${REPO}-${ZONE}
cronjob: ${REPO}-${ZONE}
spec:
schedule: "${CRON_MINUTES} 8 * * *" # Run daily at 8:xx AM UTC
# 00:00 on day-of-month 1 in every 12000th month from January through December
schedule: "0 0 1 1/12000 *" # https://crontab.guru/#0_0_1_1/12000_*
startingDeadlineSeconds: 60
concurrencyPolicy: "Replace"
successfulJobsHistoryLimit: "${{JOB_HISTORY_SUCCESS}}"
Expand Down

0 comments on commit dc6159c

Please sign in to comment.