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:
|
||||
publish:
|
||||
runs-on:
|
||||
group: large-runners
|
||||
labels: linux
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
|
||||
|
|
Loading…
Add table
Reference in a new issue