ci: add condition to skip linting on release branches
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Has been skipped
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Has been skipped
This commit is contained in:
parent
9b1a6a928e
commit
64260f301a
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ jobs:
|
|||
name: Lint Pr Title
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: github.base_ref != 'release'
|
||||
|
||||
steps:
|
||||
- name: Install go
|
||||
uses: actions/setup-go@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue