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:
|
jobs:
|
||||||
upload:
|
upload:
|
||||||
runs-on: docker
|
runs-on: ipv6
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in a new issue