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 3621797 commit 5be1996Copy full SHA for 5be1996
.github/workflows/nightly.yml
@@ -3,7 +3,7 @@ name: Nightly
3
4
# This job is run at 04:00 UTC every day or on demand.
5
on:
6
- workflow_dispatch:
+ pull_request:
7
schedule:
8
- cron: '0 4 * * *'
9
.github/workflows/pr_push.yml
@@ -17,6 +17,7 @@ permissions:
17
18
jobs:
19
CodeChecks:
20
+ if: false
21
uses: ./.github/workflows/reusable_checks.yml
22
FastBuild:
23
name: Fast builds
0 commit comments