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 38320e6 commit 8edd459Copy full SHA for 8edd459
.github/workflows/ci.yml
@@ -10,6 +10,10 @@ on:
10
11
permissions: read-all
12
13
+concurrency:
14
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
16
+
17
jobs:
18
run:
19
runs-on: ubuntu-latest
.github/workflows/e2e.yml
@@ -6,6 +6,10 @@ permissions:
6
contents: read
7
id-token: write
8
9
resolve-versions:
name: Resolve Grafana images
0 commit comments