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 705d65b commit 46d3ee6Copy full SHA for 46d3ee6
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ on:
8
9
pull_request:
10
11
+permissions: {}
12
+
13
concurrency:
14
group: ci-${{ github.head_ref || github.ref }}
15
cancel-in-progress: true
.github/workflows/smoke-test.yml
@@ -3,6 +3,8 @@ name: Smoke Test
3
on:
4
workflow_dispatch:
5
6
7
group: smoke-test
0 commit comments