From 0a4ce46727869a840dfa6f14b1457a05a9f3a8d6 Mon Sep 17 00:00:00 2001 From: travisn Date: Mon, 25 Sep 2023 11:16:42 -0600 Subject: [PATCH] ci: skip encryption pvc kms test if needed The skip_ci label was not being respected by the encryption-pvc-kms-ibm-kp canary test. Signed-off-by: travisn --- .github/workflows/canary-integration-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/canary-integration-test.yml b/.github/workflows/canary-integration-test.yml index f77764059d68..74d88ebdeaba 100644 --- a/.github/workflows/canary-integration-test.yml +++ b/.github/workflows/canary-integration-test.yml @@ -312,7 +312,7 @@ jobs: echo ${s5cmd_version} | grep -q "^v2.2.1" || { echo " Error: the version of s5cmd version in the toolbox is not the expected v2.2.1 but ${s5cmd_version}" exit 1 - } + } - name: check-ownerreferences run: tests/scripts/github-action-helper.sh check_ownerreferences @@ -1445,6 +1445,7 @@ jobs: encryption-pvc-kms-ibm-kp: runs-on: ubuntu-20.04 + if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')" steps: - uses: actions/checkout@v4 with: