Skip to content

Commit

Permalink
dont run on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Dec 21, 2023
1 parent 82ebd63 commit e8de678
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ permissions:
jobs:
gotest:
name: go test
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: jdx/rtx-action@v1
Expand All @@ -29,7 +28,6 @@ jobs:

golangci-lint:
name: golangci-lint
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: jdx/rtx-action@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:

jobs:
goreleaser:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e8de678

Please sign in to comment.