Skip to content

Commit

Permalink
👷 github-actions self-hosted runner labels hot-fix#1
Browse files Browse the repository at this point in the history
  • Loading branch information
TopazKang committed Sep 2, 2024
1 parent c671d2e commit 586bdc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github-actions-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ jobs:
run: docker push ghcr.io/topazkang/fe-dev:latest

deploy:
runs-on: [ self-hosted, Linux, X64 ]
runs-on: [ self-hosted, Linux, X64, connectrip_fe ]
name: Deploy on Self-Hosted Runner
needs: build
labels:
- connectrip_fe

steps:
- name: Recreate .env file & login GHCR
Expand Down

0 comments on commit 586bdc1

Please sign in to comment.