Skip to content

Commit 5945b71

Browse files
committed
added: nightly fmt
Signed-off-by: Alex Le <alex.le@improving.com>
1 parent 81fe0f6 commit 5945b71

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: C# Full Matrix Tests (Nightly)
2+
3+
on:
4+
schedule:
5+
- cron: "0 6 * * *"
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
full-matrix-tests:
13+
uses: ./.github/workflows/_reusable-test.yml
14+
with:
15+
profile: full
16+
secrets: inherit

0 commit comments

Comments
 (0)