We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3555b5 commit 48e1129Copy full SHA for 48e1129
.github/workflows/MainDistributionPipeline.yml
@@ -3,6 +3,8 @@ on:
3
push: null
4
pull_request: null
5
workflow_dispatch: null
6
+ schedule:
7
+ - cron: '0 6 * * *'
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{
10
github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' && github.sha ||
0 commit comments