fix
This commit is contained in:
parent
219619ea18
commit
f674bb7597
@ -6,8 +6,6 @@ on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@ -22,6 +20,7 @@ jobs:
|
||||
|
||||
|
||||
release-image:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
|
Loading…
Reference in New Issue
Block a user