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 d507ab9 commit cb2f1b2Copy full SHA for cb2f1b2
.github/workflows/rc.yml
@@ -19,11 +19,13 @@ name: RC
19
on:
20
push:
21
branches:
22
- - '**'
23
- - '!dependabot/**'
+ - "**"
+ - "!dependabot/**"
24
tags:
25
- - '*-rc*'
+ - "*-rc*"
26
pull_request:
27
+ schedule:
28
+ - cron: "0 0 * * *"
29
concurrency:
30
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
31
cancel-in-progress: true
.github/workflows/release.yml
@@ -19,8 +19,8 @@ name: Release
- - '*'
- - '!*-rc*'
+ - "*"
+ - "!*-rc*"
0 commit comments