Skip to content

Commit

Permalink
fix: runs-on ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
kong-hana01 committed Jan 19, 2024
1 parent 1f4e99b commit 3045675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
build:
runs-on: jolla-ppalla
runs-on: digginroom-dev
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
validate:
runs-on: development
runs-on: digginroom-dev
defaults:
run:
working-directory: ./backend
Expand Down

0 comments on commit 3045675

Please sign in to comment.