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 e653fdd commit 93f9b90Copy full SHA for 93f9b90
.github/workflows/dockerhub-release-matrix.yml
@@ -5,11 +5,15 @@ on:
5
branches:
6
- develop
7
- release/*
8
+ - chore-harden-runners
9
paths:
10
- ".github/workflows/dockerhub-release-matrix.yml"
11
- "ansible/vars.yml"
12
workflow_dispatch:
13
14
+permissions:
15
+ contents: read
16
+
17
jobs:
18
prepare:
19
runs-on: ubuntu-latest
ansible/vars.yml
@@ -3,6 +3,7 @@ ebssurrogate_mode: true
3
async_mode: true
4
postgres_major:
+ - "print hello world"
- "15"
- "17"
- "orioledb-17"
0 commit comments