Skip to content

Commit d12df10

Browse files
committed
fix: move ignore comments
Signed-off-by: John McCall <john@overturemaps.org>
1 parent 931df2b commit d12df10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/omf_pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#
88
# Designed to run as a GitHub Ruleset required workflow.
99
#
10-
name: OMF PR Checks # zizmor: ignore[concurrency-limits]
10+
name: OMF PR Checks
1111

12-
on:
12+
on: # zizmor: ignore[concurrency-limits]
1313
pull_request_target: # zizmor: ignore[dangerous-triggers]
1414
types: [opened, reopened, edited, synchronize]
1515

.github/workflows/omf_sec_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
name: OMF Security Checks
1515

16-
on:
16+
on: # zizmor: ignore[concurrency-limits]
1717
pull_request:
1818
types: [opened, reopened, synchronize]
1919

0 commit comments

Comments
 (0)