Skip to content

Commit

Permalink
feat: Update workflow template references in schedule-db-backup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed May 31, 2024
1 parent a736b6b commit 618baf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/schedule-db-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ on:

jobs:
backup-test:
uses: ./.github/workflows/templates/db-backup.yml
uses: ./.github/workflows/db-backup-template.yml
with:
runner: tst

backup-acceptance:
uses: ./.github/workflows/templates/db-backup.yml
uses: ./.github/workflows/db-backup-template.yml
with:
runner: ACC

backup-production:
uses: ./.github/workflows/templates/db-backup.yml
uses: ./.github/workflows/db-backup-template.yml
with:
runner: PRD

0 comments on commit 618baf6

Please sign in to comment.