Skip to content

Commit

Permalink
Don't always deploy to github with every gitlab ci pipeline run!
Browse files Browse the repository at this point in the history
  • Loading branch information
0x17 committed Oct 4, 2023
1 parent cdeb273 commit f9f68c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ doxygen-html:
#=======================================================================================================================

deploy-github:
when: always
when: manual
stage: deploy
tags: [linux]
needs: [build-leg, build-dac, build-wei, apigenerator]
Expand Down

0 comments on commit f9f68c7

Please sign in to comment.