We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4267e commit c64becfCopy full SHA for c64becf
.github/workflows/ci.yml
@@ -2,8 +2,14 @@ name: CI
2
3
on:
4
pull_request:
5
+ push:
6
+ branches: [master]
7
workflow_dispatch:
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
11
+ cancel-in-progress: true
12
+
13
permissions:
14
contents: read
15
.github/workflows/release-please.yml
@@ -3,7 +3,9 @@ on:
branches:
- master
-
+ group: ${{ github.workflow }}
name: release-please
contents: write
.github/workflows/semantic-pr-subject.yml
@@ -7,7 +7,9 @@ on:
- edited
- synchronize
+ group: ${{ github.workflow }}-${{ github.head_ref }}
jobs:
semantic-pr-subject:
runs-on: ubuntu-latest
0 commit comments