mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
ci: switch to regular runners (#4958)
Switch to regular GitHub Actions runners in the 'Docker Release Branches' workflow, matching how the 'Docker Main' workflow is configured.
This commit is contained in:
parent
84448eb9e0
commit
6b245d2a24
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on:
|
runs-on: ubuntu-latest
|
||||||
group: large-runners
|
|
||||||
labels: linux
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||||
|
|
Loading…
Add table
Reference in a new issue