Skip to content

Commit ae41ff8

Browse files
authored
ci: update self-hosted workflow references
1 parent 64fffae commit ae41ff8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobs:
432432
name: Deploy to Sandbox
433433
if: ${{ always() && github.event.inputs.sandbox == 'true' }}
434434
needs: [prepare, release]
435-
runs-on: dev-server
435+
runs-on: [self-hosted, dev-server]
436436
env:
437437
PKG_VERSION: ${{needs.prepare.outputs.pkg_version}}
438438

.github/workflows/dev-assets-sync-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sync:
5050
name: Run assets rsync
5151
if: ${{ always() }}
52-
runs-on: dev-server
52+
runs-on: [self-hosted, dev-server]
5353
needs: [build]
5454
steps:
5555
- name: Run rsync

0 commit comments

Comments
 (0)