Skip to content

Commit

Permalink
ci: skip encryption pvc kms test if needed
Browse files Browse the repository at this point in the history
The skip_ci label was not being respected by the
encryption-pvc-kms-ibm-kp canary test.

Signed-off-by: travisn <[email protected]>
  • Loading branch information
travisn committed Sep 25, 2023
1 parent 0e2dd1e commit 0a4ce46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/canary-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0a4ce46

Please sign in to comment.