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 0665976 commit 021be25Copy full SHA for 021be25
.github/workflows/checks.yaml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, synchronize]
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
jobs:
12
checks:
13
runs-on: ubuntu-latest
.github/workflows/publish.yaml
@@ -18,6 +18,10 @@ on:
18
branches:
19
- master
20
21
22
23
24
25
26
publish:
27
if: github.event.pull_request.merged == true
0 commit comments