Skip to content

Commit

Permalink
Merge pull request #4860 from systeminit/fix/amend-concurrency-in-pip…
Browse files Browse the repository at this point in the history
…eline

fix: remove concurrency indicator from cron
  • Loading branch information
johnrwatson authored Oct 23, 2024
2 parents cf4918d + 650725c commit 39256a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/prod-deploy-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
schedule:
- cron: "45 14 * * 1-5" # Deploys every weekday at 3pm UTC

concurrency:
group: deploy-production
cancel-in-progress: false

jobs:
deploy-production:
uses: ./.github/workflows/deploy-stack.yml
Expand Down

0 comments on commit 39256a9

Please sign in to comment.