File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
- audit_dependencies
72
72
- test
73
73
if : github.ref == 'refs/heads/develop'
74
- uses : 18F/analytics-reporter/.github/workflows/deploy.yml@develop
74
+ uses : 18F/analytics-reporter/.github/workflows/deploy.yml@feature/performance_updates
75
75
with :
76
76
ANALYTICS_GA4_CALL_RETRY_COUNT : ${{ vars.ANALYTICS_GA4_CALL_RETRY_COUNT_DEV }}
77
77
ANALYTICS_KEY_FILE_NAME : ${{ vars.ANALYTICS_KEY_FILE_NAME }}
@@ -100,7 +100,7 @@ jobs:
100
100
- audit_dependencies
101
101
- test
102
102
if : github.ref == 'refs/heads/staging'
103
- uses : 18F/analytics-reporter/.github/workflows/deploy.yml@develop
103
+ uses : 18F/analytics-reporter/.github/workflows/deploy.yml@feature/performance_updates
104
104
with :
105
105
ANALYTICS_GA4_CALL_RETRY_COUNT : ${{ vars.ANALYTICS_GA4_CALL_RETRY_COUNT_STG }}
106
106
ANALYTICS_KEY_FILE_NAME : ${{ vars.ANALYTICS_KEY_FILE_NAME }}
@@ -129,7 +129,7 @@ jobs:
129
129
- audit_dependencies
130
130
- test
131
131
if : github.ref == 'refs/heads/master'
132
- uses : 18F/analytics-reporter/.github/workflows/deploy.yml@develop
132
+ uses : 18F/analytics-reporter/.github/workflows/deploy.yml@feature/performance_updates
133
133
with :
134
134
ANALYTICS_GA4_CALL_RETRY_COUNT : ${{ vars.ANALYTICS_GA4_CALL_RETRY_COUNT_PRD }}
135
135
ANALYTICS_KEY_FILE_NAME : ${{ vars.ANALYTICS_KEY_FILE_NAME }}
You can’t perform that action at this time.
0 commit comments