mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 01:14:48 +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:
|
||||
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
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user