Skip to content

Commit

Permalink
fix: adding more labels to self-hosted runner (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelOAiSquared authored Sep 9, 2024
1 parent d8d8391 commit c420ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
deploy:
environment: community
runs-on: self-hosted
runs-on: ["self-hosted","linux","x64"]
steps:
- uses: azure/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
deploy:
environment: community
runs-on: self-hosted
runs-on: ["self-hosted","linux","x64"]
steps:
- uses: azure/[email protected]
with:
Expand Down

0 comments on commit c420ee2

Please sign in to comment.