Skip to content

Commit

Permalink
ci: remove concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed Aug 21, 2024
1 parent dd5ec97 commit f815417
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- 'version/**'
workflow_dispatch:

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

jobs:
deploy:
name: Deploy to mirror
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/update-mc-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
- cron: '30 * * * *'
workflow_dispatch:

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

permissions:
contents: write

Expand Down

0 comments on commit f815417

Please sign in to comment.