Skip to content

Commit

Permalink
Merge pull request #9 from ihumphrey/reorg-ci
Browse files Browse the repository at this point in the history
reorganize deployment steps into deploy job
  • Loading branch information
MarcusMNoack committed Feb 17, 2022
2 parents c413be7 + d81f7ed commit f7bf9d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/fvGP-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ jobs:
path_to_write_report: ./coverage/codecov_report.txt
verbose: true

deploy:
needs: test
runs-on: ubuntu-latest
steps:
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.8'

- name: Setup deploy
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
run: |
Expand Down

0 comments on commit f7bf9d7

Please sign in to comment.