mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 01:27:51 +00:00
Merge pull request #12982 from opensourcerouting/fix/commmitlint_condition
tools: Use specific syntax for conditions for Github actions
This commit is contained in:
commit
b8d099e02b
2
.github/workflows/commitlint.yml
vendored
2
.github/workflows/commitlint.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
commitlint:
|
commitlint:
|
||||||
if: github.repository == 'frrouting/frr' && github.base_ref == 'refs/heads/master'
|
if: ${{ github.repository == 'frrouting/frr' }} && ${{ github.base_ref == 'refs/heads/master' }}
|
||||||
name: Check if the commits meet the requirements of the guidelines
|
name: Check if the commits meet the requirements of the guidelines
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user