chore: Separate jobs to different runners
This commit is contained in:
parent
3160b9df79
commit
8bc07bb5ee
@ -3,7 +3,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
Semantic Release (Dry-run):
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: dind-rootless
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
Container image (docker.io):
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user