Skip to content

Commit c72cd49

Browse files
committed
workflow: Cancel running deployment when pushing
1 parent b7bb0f3 commit c72cd49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
build:
88
name: Build
99
runs-on: ubuntu-latest
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
1013
steps:
1114
- uses: actions/checkout@v1
1215
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)