Skip to content

Commit

Permalink
chore: rename workflows
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Sep 26, 2024
1 parent 89f195e commit 4c8178a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: License Checker
name: License Check

on:
push:
Expand All @@ -8,7 +8,8 @@ on:
pull_request:
branches:
- main
- "v*.*.*-rc"
- "release-*.*"

jobs:
license-header-check:
runs-on: ubuntu-latest
Expand Down
26 changes: 2 additions & 24 deletions .github/workflows/ci.yml → .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI"
name: "Rust Test"

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
pull_request:
branches:
- "main"
- "v*.*.*-rc"
- "release-*.*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
Expand All @@ -20,28 +20,6 @@ env:
CACHE_KEY_SUFFIX: 20240821

jobs:
misc-check:
name: misc check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run typos check
uses: crate-ci/typos@master
- name: Install yq
run: |
wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${BINARY}.tar.gz -O - | tar xz && sudo mv ${BINARY} /usr/bin/yq
env:
YQ_VERSION: v4.16.1
BINARY: yq_linux_amd64
BUF_VERSION: 1.0.0-rc6
- name: Install jq
uses: dcarbone/[email protected]
- name: Check if Grafana dashboards are minimized
run: |
./scripts/minimize-dashboards.sh --check
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
rust-udeps:
name: rust udeps test
strategy:
Expand Down

0 comments on commit 4c8178a

Please sign in to comment.