Skip to content

Commit e61a800

Browse files
authored
Update main.yml
1 parent 34eb390 commit e61a800

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12+
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1414

1515
env:
@@ -49,8 +49,6 @@ jobs:
4949
5050
- name: Install dependencies
5151
run: |
52-
echo "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}"
53-
echo "${{ github.ref }}"
5452
python -m pip install --upgrade pip
5553
pip install tox==4.26.0
5654

0 commit comments

Comments
 (0)