Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes authored Nov 19, 2023
1 parent 92fa551 commit 0979256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
name: Run all Verifications/Tests
runs-on: amd64-runner
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -33,7 +33,7 @@ jobs:

deploy:
name: Deploy Affected Apps
runs-on: amd64-runner
runs-on: self-hosted
needs:
- test
steps:
Expand Down

0 comments on commit 0979256

Please sign in to comment.