Skip to content

Commit

Permalink
Merge pull request #308 from alercebroker/refactor/lightcurve_ci_cd
Browse files Browse the repository at this point in the history
checking if prod run
  • Loading branch information
AlxEnashi authored Aug 21, 2024
2 parents 9f2f232 + 77c4818 commit 714d28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
CR_TOKEN: "${{ secrets.ADMIN_TOKEN }}"

deploy-production:
if: inputs.event == 'ReleaseEvent'
if: inputs.event == 'push'
needs: release-chart
runs-on: ubuntu-latest
permissions:
Expand Down
3 changes: 1 addition & 2 deletions lightcurve/trigger
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
File to manually trigger deployment while testing CD.
run
File to manually trigger deployment while testing CD.

0 comments on commit 714d28b

Please sign in to comment.