Skip to content

Commit

Permalink
Merge pull request rook#13993 from travisn/mergify-auto-merge
Browse files Browse the repository at this point in the history
ci: Fix mergify auto merge test names
  • Loading branch information
subhamkrai authored Mar 29, 2024
2 parents 1587897 + 83b0179 commit 049bcb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ jobs:
with:
name: ${{ github.job }}-${{ matrix.ceph-image }}

encryption-pvc-kms-vault-k:
encryption-pvc-kms-vault-k8s-auth:
runs-on: ubuntu-20.04
if: "!contains(github.event.pull_request.labels.*.name, 'skip-ci')"
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ pull_request_rules:
- "check-success=docs-check"
- "check-success=pylint"
- "check-success=canary (quay.io/ceph/ceph:v18)"
- "check-success=raw-disk (quay.io/ceph/ceph:v18)"
- "check-success=raw-disk-with-object (quay.io/ceph/ceph:v18)"
- "check-success=two-osds-in-device (quay.io/ceph/ceph:v18)"
- "check-success=osd-with-metadata-partition-device (quay.io/ceph/ceph:v18)"
- "check-success=osd-with-metadata-device (quay.io/ceph/ceph:v18)"
Expand Down

0 comments on commit 049bcb1

Please sign in to comment.