diff options
Diffstat (limited to '.github/workflows/base-branch-label.yml')
-rw-r--r-- | .github/workflows/base-branch-label.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/base-branch-label.yml b/.github/workflows/base-branch-label.yml index 01da28091..5c5d8290b 100644 --- a/.github/workflows/base-branch-label.yml +++ b/.github/workflows/base-branch-label.yml @@ -8,6 +8,7 @@ on: jobs: label: + if: github.repository == 'frrouting/frr' runs-on: ubuntu-latest permissions: contents: read |