-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: refine ci Signed-off-by: MrCroxx <[email protected]> * trigger cancel * chore: rename ci workload file name Signed-off-by: MrCroxx <[email protected]> * chore: enable ci on forks and rc Signed-off-by: MrCroxx <[email protected]> --------- Signed-off-by: MrCroxx <[email protected]>
- Loading branch information
Showing
7 changed files
with
13 additions
and
747 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
name: | ||
name: "CI" | ||
|
||
on: | ||
push: | ||
branches: | ||
- "main" | ||
- "forks/*" | ||
pull_request: | ||
branches: | ||
- "main" | ||
- "v*.*.*-rc" | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} | ||
cancel-in-progress: ${{ github.event_name == 'pull_request' }} | ||
|
||
env: | ||
RUST_TOOLCHAIN_NIGHTLY: nightly-2024-07-19 | ||
|
@@ -25,9 +37,6 @@ jobs: | |
BUF_VERSION: 1.0.0-rc6 | ||
- name: Install jq | ||
uses: dcarbone/[email protected] | ||
- name: Check if CI workflows are up-to-date | ||
run: | | ||
./.github/template/generate.sh --check | ||
- name: Check if Grafana dashboards are minimized | ||
run: | | ||
./scripts/minimize-dashboards.sh --check | ||
|
Oops, something went wrong.