Skip to content

Commit

Permalink
Run linter only on PRs and scheduled runs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Sep 12, 2023
1 parent 3afc4e5 commit 01167ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:

jobs:
golangci:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'schedule' }}
name: lint
runs-on: ubuntu20.04-8cores-32GB
steps:
Expand Down

0 comments on commit 01167ad

Please sign in to comment.