feat: restrict upload job to ipv6 capable runners
This commit is contained in:
parent
95fd5940ef
commit
73ae0427bf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
upload:
|
||||
runs-on: docker
|
||||
runs-on: ipv6
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- run: |
|
||||
|
|
Loading…
Reference in a new issue