Skip to content

Commit 68fe1f8

Browse files
authored
Merge pull request #337 from tekktrik/dev/add-report-dispatch
Allow running reports CI on demand
2 parents 88e01fd + 43bc6da commit 68fe1f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reports_cron.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: Run Daily Reports
77
on:
88
schedule:
99
- cron: 15 5 * * *
10+
workflow_dispatch:
11+
1012

1113
jobs:
1214
check-repo-owner:
@@ -79,6 +81,7 @@ jobs:
7981
run: |
8082
ls bin/adabot
8183
- name: Upload Reports To AWS S3
84+
if: ${{ github.event_name != 'workflow_dispatch' }}
8285
env:
8386
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
8487
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)