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 f0ddad7 commit 2746331Copy full SHA for 2746331
.github/workflows/check-pr.yml
@@ -4,7 +4,10 @@ on:
4
branches:
5
- main
6
jobs:
7
- build:
+ check:
8
+ concurrency:
9
+ group: ${{ github.workflow }}-${{ github.ref }}
10
+ cancel-in-progress: true
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
.github/workflows/publish.yml
@@ -6,8 +6,11 @@ on:
+ publish:
+ cancel-in-progress: false
14
15
16
uses: actions/checkout@v4
0 commit comments