Skip to content

Commit 8373587

Browse files
authored
Cadence: Add nightly schedule to build and test workflow
Differential Revision: D99908360 Pull Request resolved: #18750
1 parent ccf8913 commit 8373587

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-cadence-runner.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: Cadence Build & Test
22

33
on:
4-
pull_request:
4+
schedule:
5+
- cron: 0 8 * * *
56
push:
67
branches:
78
- main
89
- release/*
10+
tags:
11+
- ciflow/nightly/*
12+
pull_request:
913
workflow_dispatch:
1014

1115
concurrency:

0 commit comments

Comments
 (0)