Skip to content

Commit 2d7fc2d

Browse files
authored
move comment
1 parent 61adf24 commit 2d7fc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remove-lockdown-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ permissions:
1414

1515
jobs:
1616
remove-labels:
17+
# Only run on the main repository, not forks
1718
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Branding') && github.repository == 'dotnet/sdk'
1819
runs-on: ubuntu-latest
19-
# Only run on the main repository, not forks
2020
steps:
2121
- name: PR's only change is <VersionFeature> in eng/Versions.props
2222
id: only_version_feature_changed

0 commit comments

Comments
 (0)