Skip to content

Commit

Permalink
feat(NOJIRA-42): run on ubuntu (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
macabu authored Apr 30, 2024
1 parent 1b2c4c0 commit 7f0cc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
lint:
if: ${{ !contains('Bot', github.event.pull_request.user.type) }}
name: Run linter
runs-on: [self-hosted, automated-checks-ephemeral]
runs-on: ubuntu-latest

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 7f0cc63

Please sign in to comment.