Skip to content

Commit 4ae5718

Browse files
committed
Sets report action to manual and branch, automation should be triggered in main
1 parent 5688187 commit 4ae5718

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/report.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: report
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: "0 6 * * 1"
64
push:
75
branches:
8-
- main
6+
- 8.17
97
jobs:
108
generate_report:
119
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)