We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34eb390 commit e61a800Copy full SHA for e61a800
1 file changed
.github/workflows/main.yml
@@ -9,7 +9,7 @@ on:
9
pull_request:
10
11
concurrency:
12
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
13
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
14
15
env:
@@ -49,8 +49,6 @@ jobs:
49
50
- name: Install dependencies
51
run: |
52
- echo "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
53
- echo "${{ github.ref }}"
54
python -m pip install --upgrade pip
55
pip install tox==4.26.0
56
0 commit comments