File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ permissions:
1212 packages : write
1313
1414env :
15- ENVIRONMENT : ${{ (github.ref_name == 'main' && 'prod-govtool') || (github.ref_name == 'staging' && 'pre-prod-govtool') || (github.ref_name == 'test' && 'qa-govtool') || (github.ref_name == ' develop' && 'dev-govtool') }}
15+ ENVIRONMENT : ${{ (github.ref_name == 'develop' && 'dev-govtool') }}
1616
1717jobs :
1818 check-build-deploy :
19- environment : ${{ (github.ref_name == 'main' && 'prod-govtool') || (github.ref_name == 'staging' && 'pre-prod-govtool') || (github.ref_name == 'test' && 'qa-govtool') || (github.ref_name == ' develop' && 'dev-govtool') }}
19+ environment : ${{ (github.ref_name == 'develop' && 'dev-govtool') }}
2020 strategy :
2121 fail-fast : false
2222 matrix :
You can’t perform that action at this time.
0 commit comments