Skip to content

Commit 2869b49

Browse files
committed
Condition labeling workflows to only run on dotnet/runtime.
1 parent 4c1ae74 commit 2869b49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/check-no-merge-label.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
check-labels:
15+
if: github.repository == 'dotnet/runtime'
1516
runs-on: ubuntu-latest
1617
steps:
1718
- name: Check 'NO-MERGE' label

.github/workflows/check-service-labels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
check-labels:
14+
if: github.repository == 'dotnet/runtime'
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Check 'Servicing-approved' label

0 commit comments

Comments
 (0)