Skip to content

Commit

Permalink
update prc
Browse files Browse the repository at this point in the history
  • Loading branch information
WineChord committed Oct 17, 2023
1 parent 2298bc9 commit 3741c8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
build:
name: build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# with:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
golangci:
name: lint
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
Expand All @@ -67,7 +67,7 @@ jobs:
skip-cache: true
typos:
name: typos
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: typos
Expand Down

0 comments on commit 3741c8a

Please sign in to comment.