test: skip enterprise tests when image is enterprise but TEST_KONG_ENTERPRISE not enabled #10562
Workflow file for this run
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: PRs labels check | |
on: | |
pull_request_target: | |
types: [opened, reopened, ready_for_review, labeled, unlabeled, synchronize] | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: pmalek/[email protected] | |
with: | |
github-token: '${{ secrets.GITHUB_TOKEN }}' | |
invalid-labels: 'do not merge,on-hold' | |
pull-request-number: '${{ github.event.pull_request.number }}' | |
disable-reviews: true |