mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-06-13 02:07:51 +02:00
job dependencies
This commit is contained in:
@@ -36,8 +36,8 @@ jobs:
|
|||||||
# for illustrative purposes
|
# for illustrative purposes
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -47,8 +47,8 @@ jobs:
|
|||||||
# for illustrative purposes
|
# for illustrative purposes
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: [test, build]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user