Skip to content

Commit 5c5f0bf

Browse files
authored
Fix syntax error
1 parent 9ffb77d commit 5c5f0bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tab-stats-headers-generate-related-files.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: update_tab_stats_related_files
22
on:
33
workflow_dispatch:
4-
push:
54
schedule:
6-
- cron: '0 0 3 * *'
5+
- cron: '0 0 3 * *'
6+
push:
77
paths:
8-
- 'ci/tab_stats_generate_md_file.py'
9-
- 'ci/tab_stats_generate_png_files.sh'
10-
- 'ci/tab_stats_manage_generation.sh'
8+
- 'ci/tab_stats_generate_md_file.py'
9+
- 'ci/tab_stats_generate_png_files.sh'
10+
- 'ci/tab_stats_manage_generation.sh'
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)