Skip to content

Commit 6e3fb86

Browse files
author
Michael Levin
committed
REVERT: allow temporary deploy to prod
1 parent 9ef37af commit 6e3fb86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
- lint
129129
- audit_dependencies
130130
- test
131-
if: github.ref == 'refs/heads/master'
132-
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@develop
131+
if: github.ref == 'refs/heads/bugfix/backload_ga4_api_data'
132+
uses: 18F/analytics-reporter/.github/workflows/deploy.yml@bugfix/backload_ga4_api_data
133133
with:
134134
ANALYTICS_GA4_CALL_RETRY_COUNT: ${{ vars.ANALYTICS_GA4_CALL_RETRY_COUNT_PRD }}
135135
ANALYTICS_KEY_FILE_NAME: ${{ vars.ANALYTICS_KEY_FILE_NAME }}

0 commit comments

Comments
 (0)