Skip to content

Commit

Permalink
fix: proto workflows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
prnk28 committed Oct 30, 2023
1 parent 0aebc32 commit 0f3aca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
lint:
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand All @@ -21,7 +21,7 @@ jobs:
input: "proto"

break-check:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
Expand Down

0 comments on commit 0f3aca5

Please sign in to comment.