Skip to content

Commit

Permalink
fix: add runner label
Browse files Browse the repository at this point in the history
  • Loading branch information
Kittonn committed Nov 21, 2024
1 parent b688977 commit 77b68a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
deploy:
name: deploy
needs: ['build']
runs-on: self-hosted
runs-on: [self-hosted, runner-stg]

steps:
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 77b68a8

Please sign in to comment.