We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bb0f3 commit c72cd49Copy full SHA for c72cd49
.github/workflows/deploy.yml
@@ -7,6 +7,9 @@ jobs:
7
build:
8
name: Build
9
runs-on: ubuntu-latest
10
+ concurrency:
11
+ group: ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress: true
13
steps:
14
- uses: actions/checkout@v1
15
- uses: actions/setup-python@v1
0 commit comments