Skip to content

Commit

Permalink
워크플로우 self-hosted -> runner-set 변경 (#11)
Browse files Browse the repository at this point in the history
* Change to runner set
* Update checkout version 3->4
  • Loading branch information
bryanjuho authored Feb 8, 2024
1 parent 17f041d commit 8e23ae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push, pull_request]

jobs:
lint:
runs-on: self-hosted
runs-on: runner-set
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ permissions:
jobs:
deploy:

runs-on: self-hosted
runs-on: runner-set

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 8e23ae6

Please sign in to comment.