Skip to content

Commit

Permalink
Test GHA for release of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 8, 2023
1 parent 773af99 commit f836aba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: CI
# events but only for the master branch
on:
release:
types: [released, prereleased]
types:
- published

jobs:
deploy-flow:
Expand All @@ -13,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: deploy_flow
ref: test

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -38,6 +39,7 @@ jobs:
SMTP_PASS: '${{ secrets.SMTP_PASS }}'
run: |
cd automate
PYTHONPATH=../aws/ python deploy_mdf_flow.py ${{ env.RELEASE_VERSION }}
PYTHONPATH=../aws/ echo "python deploy_mdf_flow.py ${{ env.RELEASE_VERSION }}"
# echo "python deploy_mdf_flow.py ${{ env.RELEASE_VERSION }}"


0 comments on commit f836aba

Please sign in to comment.