Skip to content

Commit

Permalink
Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 10, 2025
1 parent d507ab9 commit cb2f1b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ name: RC
on:
push:
branches:
- '**'
- '!dependabot/**'
- "**"
- "!dependabot/**"
tags:
- '*-rc*'
- "*-rc*"
pull_request:
schedule:
- cron: "0 0 * * *"
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ name: Release
on:
push:
tags:
- '*'
- '!*-rc*'
- "*"
- "!*-rc*"
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down

0 comments on commit cb2f1b2

Please sign in to comment.