Skip to content

Commit 72ab2f9

Browse files
authored
Update .github/workflows/check-labels.yml
Cannot use main as part of pull_request target here. See https://fb.workplace.com/groups/pytorch.dev/permalink/1658227814755692
1 parent fff7606 commit 72ab2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
# a PR that targets a gh/**/base branch.
1717
pull_request:
1818
types: [opened, synchronize, reopened, labeled, unlabeled]
19-
branches: [gh/**/base, main]
19+
branches: [gh/**/base]
2020

2121
workflow_dispatch:
2222
inputs:

0 commit comments

Comments
 (0)