Skip to content

Commit ba52c3f

Browse files
workflows
1 parent 72e2ddb commit ba52c3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
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'
@@ -27,7 +27,7 @@ jobs:
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:
@@ -43,7 +43,7 @@ jobs:
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:

0 commit comments

Comments
 (0)