Skip to content

Commit

Permalink
fix: tweak lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstimothy committed Dec 13, 2024
1 parent 11aa581 commit 288ab86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
ref: ${{ github.event.pull_request.head.ref || github.event.merge_group.head_ref }}
filters: |
has_rfd:
- 'rfd/**'
- '.github/workflows/lint.yaml'
- 'rfd/**.md'
- 'rfd/cspell.json'
has_go:
- '.github/workflows/lint.yaml'
- '**.go'
Expand Down Expand Up @@ -239,7 +241,7 @@ jobs:
name: Lint (RFD)
needs: changes
if: ${{ !startsWith(github.head_ref, 'dependabot/') && needs.changes.outputs.has_rfd == 'true' }}
runs-on: ubuntu-22.04-16core
runs-on: ubuntu-22.04

permissions:
contents: read
Expand Down

0 comments on commit 288ab86

Please sign in to comment.