Skip to content

Commit 5e18bed

Browse files
committed
remove concurrency
1 parent 35b5ab2 commit 5e18bed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@ on:
88
branches:
99
- master
1010

11-
concurrency:
12-
group: production
13-
cancel-in-progress: true
14-
1511
jobs:
1612
deploy:
1713
name: Deploy Bot
1814
runs-on: 'ubuntu-latest'
1915
environment: production
20-
concurrency: production
2116
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
2217
steps:
2318
- name: SSH Remote Commands

0 commit comments

Comments
 (0)