Skip to content

Commit 3a5c6a9

Browse files
committed
only main
1 parent dd9fe34 commit 3a5c6a9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/scripts/check_labels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def parse_args() -> Any:
4141

4242

4343
def main() -> None:
44+
print("main")
4445
args = parse_args()
4546
repo = GitRepo(get_git_repo_dir(), get_git_remote_name())
4647
org, project = repo.gh_owner_and_name()

.github/workflows/check-labels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
#
77
# Make sure to don't introduce explicit checking out and installing/running
88
# untrusted user code into this workflow!
9-
pull_request_target:
10-
types: [opened, synchronize, reopened, labeled, unlabeled]
11-
branches: [main]
9+
# pull_request_target:
10+
# types: [opened, synchronize, reopened, labeled, unlabeled]
11+
# branches: [main]
1212

1313
# To check labels on ghstack PRs.
1414
# Note: as pull_request doesn't trigger on PRs targeting main,

0 commit comments

Comments
 (0)