File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1212jobs :
1313 deploy-test :
1414 name : ' Deploy to test'
15- uses : ./.github/workflows/templates/ dabs.yml
15+ uses : ./.github/workflows/dabs.yml
1616 if : github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')
1717 with :
1818 workflow_name : ' Test deployment'
2727
2828 deploy-qa :
2929 name : ' Deploy to QA'
30- uses : ./.github/workflows/templates/ dabs.yml
30+ uses : ./.github/workflows/dabs.yml
3131 needs : deploy-test
3232 if : github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/')
3333 with :
4343
4444 deploy-prod :
4545 name : ' Deploy to prod'
46- uses : ./.github/workflows/templates/ dabs.yml
46+ uses : ./.github/workflows/dabs.yml
4747 needs : deploy-qa
4848 if : github.ref == 'refs/heads/main'
4949 with :
You can’t perform that action at this time.
0 commit comments