Skip to content

Commit

Permalink
fix: ci 41
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0-911 committed Apr 4, 2024
1 parent 26e8630 commit 16440c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
deploy:
name: Deploy
if: github.event_name != 'pull_request'
needs: compile
needs: [compile_and_deploy_IND, compile_and_deploy_ENG]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 16440c3

Please sign in to comment.