Skip to content

Commit cb2f1b2

Browse files
committed
Nightly
1 parent d507ab9 commit cb2f1b2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/rc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ name: RC
1919
on:
2020
push:
2121
branches:
22-
- '**'
23-
- '!dependabot/**'
22+
- "**"
23+
- "!dependabot/**"
2424
tags:
25-
- '*-rc*'
25+
- "*-rc*"
2626
pull_request:
27+
schedule:
28+
- cron: "0 0 * * *"
2729
concurrency:
2830
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
2931
cancel-in-progress: true

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ name: Release
1919
on:
2020
push:
2121
tags:
22-
- '*'
23-
- '!*-rc*'
22+
- "*"
23+
- "!*-rc*"
2424
concurrency:
2525
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
2626
cancel-in-progress: true

0 commit comments

Comments
 (0)