Skip to content

Commit 22e7f96

Browse files
authored
[Infrastructure] Disable triggers for O2 linter workflow (#14711)
1 parent c8e0753 commit 22e7f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/o2-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Find issues in O2 code
33
name: O2 linter
44

5-
"on": [pull_request_target, push]
5+
#"on": [pull_request_target, push]
66
permissions: {}
77
env:
88
BRANCH_MAIN: master

0 commit comments

Comments
 (0)