Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Feb 28, 2024
1 parent 9a521a9 commit 898b50d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Uncomment this once the deploy works right
# if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/github_actions_deploy'
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@develop
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@github_actions_deploy
with:
ANALYTICS_KEY_FILE_NAME: ${{ vars.ANALYTICS_KEY_FILE_NAME }}
ANALYTICS_REPORT_EMAIL: ${{ vars.ANALYTICS_REPORT_EMAIL }}
Expand All @@ -58,7 +58,7 @@ jobs:
needs:
- test
if: github.ref == 'refs/heads/staging'
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@develop
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@github_actions_deploy
with:
ANALYTICS_KEY_FILE_NAME: ${{ vars.ANALYTICS_KEY_FILE_NAME }}
ANALYTICS_REPORT_EMAIL: ${{ vars.ANALYTICS_REPORT_EMAIL }}
Expand All @@ -78,7 +78,7 @@ jobs:
needs:
- test
if: github.ref == 'refs/heads/master'
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@develop
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@github_actions_deploy
with:
ANALYTICS_KEY_FILE_NAME: ${{ vars.ANALYTICS_KEY_FILE_NAME }}
ANALYTICS_REPORT_EMAIL: ${{ vars.ANALYTICS_REPORT_EMAIL }}
Expand Down

0 comments on commit 898b50d

Please sign in to comment.