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