Skip to content

Commit

Permalink
Use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-litvinchik committed Jul 11, 2024
1 parent b6938f0 commit eaa3199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: self-hosted
env:
PRODUCT: viewer

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: workflow_dispatch
jobs:

build:
runs-on: ubuntu-latest
runs-on: self-hosted
env:
PRODUCT: viewer

Expand Down

0 comments on commit eaa3199

Please sign in to comment.