Skip to content

Commit

Permalink
ci(fix): set job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Feb 1, 2024
1 parent 307719d commit 78062b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ctf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
name: Import challenges to CTFd
runs-on: ubuntu-latest
environment: ${{ inputs.ENVIRONMENT }}
needs: [deploy]
steps:
- name: Install kubectl
uses: azure/setup-kubectl@v3
Expand All @@ -83,7 +84,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: Install juice-shop-ctf-cli
run: npm install -g juice-shop-ctf-cli
Expand Down

0 comments on commit 78062b1

Please sign in to comment.