mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-12 22:52:51 +00:00
job dependencies
This commit is contained in:
6
.github/workflows/guidelines.yml
vendored
6
.github/workflows/guidelines.yml
vendored
@@ -32,12 +32,12 @@ jobs:
|
||||
run: |
|
||||
pytest -k test__generative_ai_guidelines -s --disable-warnings
|
||||
|
||||
|
||||
|
||||
# for illustrative purposes
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
steps:
|
||||
|
||||
- name: build
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -47,8 +47,8 @@ jobs:
|
||||
# for illustrative purposes
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test, build]
|
||||
steps:
|
||||
|
||||
- name: deploy
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user