Fix the Gatekeeper operator uninstall #1585
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E # Part of the check name, be careful when changing. | |
on: | |
pull_request: | |
branches: | |
- main | |
- release-[0-9]+.[0-9]+ | |
push: | |
branches: | |
- main | |
- release-[0-9]+.[0-9]+ | |
jobs: | |
kind-tests: | |
name: Framework KinD # Part of the check name, be careful when changing. | |
uses: ./.github/workflows/kind.yml |