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 d483000 commit 05fc228Copy full SHA for 05fc228
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
- dev
6
schedule:
7
- cron: '0 1 * * *'
8
- workflow_dispatch:
+ workflow_dispatch: # for triggering builds manually
9
jobs:
10
generate_stats:
11
runs-on: ubuntu-latest
0 commit comments