mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-12 22:52:51 +00:00
unneeded "build" phase
This commit is contained in:
14
.github/workflows/guidelines.yml
vendored
14
.github/workflows/guidelines.yml
vendored
@@ -8,20 +8,8 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
# for demo purposes
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: build
|
||||
shell: bash
|
||||
run: |
|
||||
sleep 10
|
||||
echo "placeholder for build process"
|
||||
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: 'checkout'
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
@@ -51,7 +39,7 @@ jobs:
|
||||
# for demo purposes
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build, test]
|
||||
needs: [test]
|
||||
steps:
|
||||
- name: deploy
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user