We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3b85f8 + 5336823 commit 28b55c8Copy full SHA for 28b55c8
1 file changed
.github/workflows/build.yml
@@ -6,8 +6,8 @@ on:
6
- main
7
pull_request:
8
schedule:
9
- # run on sunday nights
10
- cron: '0 0 * * 0'
+ workflow_dispatch:
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments