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.
pull_requests
1 parent 7dc5ed7 commit 46a1db4Copy full SHA for 46a1db4
.github/workflows/linting.yml
@@ -2,7 +2,7 @@ name: Linting
2
on:
3
- pull_request
4
concurrency:
5
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
6
cancel-in-progress: true
7
jobs:
8
yamllint:
.github/workflows/spell_checking.yml
@@ -3,7 +3,7 @@ name: Spell Checking
on: [pull_request]
9
0 commit comments