We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0034c3f commit a6f3105Copy full SHA for a6f3105
.github/workflows/master.yaml
@@ -6,10 +6,7 @@ on:
6
# Checks if any concurrent jobs is running for master CI and eventually cancel it
7
concurrency:
8
group: ci-master
9
- cancel-in-progress: true
10
-
11
-permissions:
12
- contents: read
+ cancel-in-progress: true
13
14
jobs:
15
fetch-version:
.github/workflows/release.yaml
@@ -7,9 +7,6 @@ on:
group: ci-release
cancel-in-progress: true
release-settings:
0 commit comments