Skip to content

Commit 5be1996

Browse files
temp - check nightly job with latest L0 version
1 parent 3621797 commit 5be1996

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Nightly
33

44
# This job is run at 04:00 UTC every day or on demand.
55
on:
6-
workflow_dispatch:
6+
pull_request:
77
schedule:
88
- cron: '0 4 * * *'
99

.github/workflows/pr_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717

1818
jobs:
1919
CodeChecks:
20+
if: false
2021
uses: ./.github/workflows/reusable_checks.yml
2122
FastBuild:
2223
name: Fast builds

0 commit comments

Comments
 (0)