Skip to content

Commit 3bec6f7

Browse files
committed
chore(coreping.yaml): comment out push trigger to prevent unnecessary runs during development
1 parent 0dc60bf commit 3bec6f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/coreping.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
# 0 19 * * 1-6 means: minute=0, hour=19 (7pm UTC), any day of month, any month, Mon-Sat (1-6)
77
- cron: "0 19 * * 1-6"
88
workflow_dispatch:
9-
push:
10-
branches:
11-
- main
12-
paths:
13-
- ".github/workflows/coreping.yaml"
14-
- "app/tasks/coreping/**"
9+
# push:
10+
# branches:
11+
# - main
12+
# paths:
13+
# - ".github/workflows/coreping.yaml"
14+
# - "app/tasks/coreping/**"
1515

1616
jobs:
1717
run_coreping:

0 commit comments

Comments
 (0)