Skip to content

Commit

Permalink
run for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed May 20, 2024
1 parent fdf7496 commit aeb29ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy-prod:
uses: ./.github/workflows/reusable-deploy.yaml
uses: ./.github/workflows/deploy-wf.yaml
secrets: inherit
concurrency: prod
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
deploy-staging:
uses: ./.github/workflows/reusable-deploy.yaml
uses: ./.github/workflows/deploy-wf.yaml
secrets: inherit
concurrency: staging
with:
Expand Down
File renamed without changes.

0 comments on commit aeb29ac

Please sign in to comment.