We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73e478 commit 0fcafd9Copy full SHA for 0fcafd9
.github/workflows/MainDistributionPipeline.yml
@@ -6,8 +6,6 @@ on:
6
push:
7
pull_request:
8
workflow_dispatch:
9
- schedule:
10
- - cron: '0 2 * * *' # Runs every night at 02:00 UTC
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
0 commit comments