From 4216f5067c07988a4486232559483414a24061f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 29 Aug 2024 10:01:24 +0200 Subject: [PATCH] nit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/cel-test.yml | 3 +++ .github/workflows/test.yml | 3 +++ .hack/chainsaw-matrix/workflow.yaml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/.github/workflows/cel-test.yml b/.github/workflows/cel-test.yml index 1f003fbe0..ea42bfd75 100644 --- a/.github/workflows/cel-test.yml +++ b/.github/workflows/cel-test.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f652b8ba..bc8a7d075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: {} diff --git a/.hack/chainsaw-matrix/workflow.yaml b/.hack/chainsaw-matrix/workflow.yaml index 215ee7da8..82376219a 100644 --- a/.hack/chainsaw-matrix/workflow.yaml +++ b/.hack/chainsaw-matrix/workflow.yaml @@ -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: {}