Skip to content

Commit

Permalink
fix: workflows runs-on self-hosted로 변경
Browse files Browse the repository at this point in the history
Co-authored-by: 3juhwan <[email protected]>
  • Loading branch information
kunsanglee and 3Juhwan committed Aug 5, 2024
1 parent 0718477 commit 276a19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: [ self-hosted, backend-dev ]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: self-hosted
runs-on: [ self-hosted, backend-dev ]

defaults:
run:
Expand Down

0 comments on commit 276a19b

Please sign in to comment.