Skip to content

Commit

Permalink
action: test report action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamiinarii committed Dec 11, 2024
1 parent ce141e2 commit 6c1f076
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Weekly Report

on:
schedule:
- cron: '0 0 * * *'
push
# schedule:
# - cron: '0 0 * * *'

jobs:
build:
Expand Down Expand Up @@ -32,7 +33,7 @@ jobs:
- name: Generate report
run: |
cd utils/generator; \
cd util/generator; \
./weekly.sh > "weekly_report";
- name: Archive report
Expand Down

0 comments on commit 6c1f076

Please sign in to comment.