forked from Mirror/frr
tools: Use specific syntax for conditions for Github actions
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
3ac291b526
commit
b3b0679cb0
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 a new issue