We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d1483 commit 13b9186Copy full SHA for 13b9186
2 files changed
.github/workflows/pre-release.yml
@@ -5,6 +5,10 @@ on:
5
paths:
6
- '.github/project.yml'
7
8
+permissions:
9
+ contents: read
10
+ pull-requests: read
11
+
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
14
cancel-in-progress: true
.github/workflows/quarkus-snapshot.yaml
@@ -18,6 +18,17 @@ env:
18
19
ECOSYSTEM_CI_REPO_PATH: quarkiverse-embedded-postgresql
20
21
22
23
24
+concurrency:
25
+ group: ${{ github.workflow }}-${{ github.ref }}
26
+ cancel-in-progress: true
27
28
+defaults:
29
+ run:
30
+ shell: bash
31
32
jobs:
33
build:
34
name: "Build against latest Quarkus snapshot"
0 commit comments