We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30f985 commit f296b9dCopy full SHA for f296b9d
4 files changed
.github/workflows/docker_auto.yml
@@ -6,7 +6,7 @@ on:
6
- "[0-9]+.[0-9]+-dev[0-9]+"
7
jobs:
8
main:
9
- runs-on: ubuntu-22.04
+ runs-on: large_runner
10
permissions:
11
contents: read
12
packages: write
.github/workflows/docker_description.yml
@@ -8,7 +8,7 @@ on:
workflow_dispatch:
env:
13
DOCKER_IMAGE: haproxytech/haproxy-alpine
14
steps:
.github/workflows/docker_manual.yml
@@ -3,7 +3,7 @@ on:
3
4
5
.github/workflows/update.yml
@@ -7,7 +7,7 @@ on:
- name: Check out repo
id: checkout
0 commit comments