diff --git a/.github/workflows/guidelines.yml b/.github/workflows/guidelines.yml index 1f30a1de6..e3d6e5624 100644 --- a/.github/workflows/guidelines.yml +++ b/.github/workflows/guidelines.yml @@ -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: |