Updated admin report download logic to include all quiz completions f… #83
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to cloud.gov staging space | |
on: | |
push: | |
branches: | |
- staging | |
paths-ignore: | |
- training-front-end/** | |
jobs: | |
deploy: | |
uses: ./.github/workflows/deploy.yaml | |
with: | |
environment: staging | |
secrets: inherit |