Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/check-image-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Check image tags match submodules

on:
pull_request:
paths-ignore:
- 'OWNERS'
- 'LICENSE'
- '*.md'
- 'docs/**'

concurrency:
group: "check-image-tags-${{ github.head_ref || github.run_id }}"
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/e2e-vmaas-full-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ name: E2E VMaaS Full Install
on:
pull_request:
branches: [main]
paths-ignore:
- 'OWNERS'
- 'LICENSE'
- '*.md'
- 'docs/**'
schedule:
- cron: "0 */2 * * *"
workflow_dispatch:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Helm Lint

on:
pull_request:
paths-ignore:
- 'OWNERS'
- 'LICENSE'
- '*.md'
- 'docs/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: pre-commit

on:
pull_request:
paths-ignore:
- 'OWNERS'
- 'LICENSE'
- '*.md'
- 'docs/**'

jobs:
pre-commit:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/secret-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Secret scanning

on:
pull_request:
paths-ignore:
- 'OWNERS'
- 'LICENSE'
- '*.md'
- 'docs/**'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down
Loading