Skip to content

Commit 22f9c31

Browse files
committed
fix: ignore workflow file
1 parent 125f300 commit 22f9c31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
".github/release-please.yml",
2323
'.kokoro/publish.sh',
2424
'.kokoro/release/publish.cfg',
25-
'.github/workflows/ci.yaml'
25+
'.github/workflows/ci.yaml',
26+
'.github/workflows/issues-no-repro.yaml'
2627
])

0 commit comments

Comments
 (0)