Skip to content

Commit

Permalink
fix: incorrect github workflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Dec 13, 2024
1 parent 4ade1e1 commit 6af74a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-service-restart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ concurrency:
jobs:

restart-rebaser:
uses: ./.github/workflows/instance-refresh.yml
uses: ./.github/workflows/service-restart.yml
with:
environment: ${{ inputs.environment }}
service: rebaser
secrets: inherit

restart-pinga:
needs: restart-rebaser
uses: ./.github/workflows/instance-refresh.yml
uses: ./.github/workflows/service-restart.yml
with:
environment: ${{ inputs.environment }}
service: pinga
secrets: inherit

restart-sdf:
needs: restart-pinga
uses: ./.github/workflows/instance-refresh.yml
uses: ./.github/workflows/service-restart.yml
with:
environment: ${{ inputs.environment }}
service: sdf
Expand Down

0 comments on commit 6af74a1

Please sign in to comment.