@@ -11,11 +11,11 @@ on:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
test_shellcheck:
|
||||
uses: ./.gitea/workflows/test.yaml
|
||||
buildpush:
|
||||
name: build_and_push
|
||||
needs: [tests]
|
||||
needs: [tests_shellcheck]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user