fix: remove action job require
This commit is contained in:
parent
ed4313a011
commit
a9850e2214
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -16,8 +16,6 @@ permissions:
|
|||
jobs:
|
||||
build-and-push-image:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- run-tests
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue