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 e17cc98 commit 55ba5feCopy full SHA for 55ba5fe
1 file changed
.github/workflows/testing.yml
@@ -5,6 +5,12 @@ on:
5
branches: master
6
pull_request:
7
8
+concurrency:
9
+ group: ${{ github.ref }}-${{ github.workflow }}
10
+ cancel-in-progress: true
11
+
12
+permissions: read-all
13
14
jobs:
15
build-package:
16
runs-on: ubuntu-latest
0 commit comments