Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Aug 29, 2024
1 parent c8e6d06 commit 4216f50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
- ^other-cel$/^[s-z]
- ^pod-security-cel$
- ^psa-cel$
- ^psp-migration-cel$
- ^traefik-cel$
- ^tekton-cel$
- ^velero-cel$
runs-on: ubuntu-latest
name: ${{ matrix.k8s-version.name }} - ${{ matrix.tests }}
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

# to update the workflow jobs, run the script below from the repository root:
# `(cd .hack/chainsaw-matrix && go run . > ../../.github/workflows/test.yml)`

name: E2E Tests

permissions: {}
Expand Down
3 changes: 3 additions & 0 deletions .hack/chainsaw-matrix/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json

# to update the workflow jobs, run the script below from the repository root:
# `(cd .hack/chainsaw-matrix && go run . > ../../.github/workflows/test.yml)`

name: E2E Tests

permissions: {}
Expand Down

0 comments on commit 4216f50

Please sign in to comment.