We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffb77d commit 5c5f0bfCopy full SHA for 5c5f0bf
.github/workflows/tab-stats-headers-generate-related-files.yml
@@ -1,13 +1,13 @@
1
name: update_tab_stats_related_files
2
on:
3
workflow_dispatch:
4
- push:
5
schedule:
6
- - cron: '0 0 3 * *'
+ - cron: '0 0 3 * *'
+ push:
7
paths:
8
- - 'ci/tab_stats_generate_md_file.py'
9
- - 'ci/tab_stats_generate_png_files.sh'
10
- - 'ci/tab_stats_manage_generation.sh'
+ - 'ci/tab_stats_generate_md_file.py'
+ - 'ci/tab_stats_generate_png_files.sh'
+ - 'ci/tab_stats_manage_generation.sh'
11
jobs:
12
build:
13
runs-on: ubuntu-latest
0 commit comments