Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Bump helm/kind-action from 1.8.0 to 1.9.0 #33

Bump helm/kind-action from 1.8.0 to 1.9.0

Bump helm/kind-action from 1.8.0 to 1.9.0 #33

Workflow file for this run

name: Trigger-E2E
on:
pull_request:
types:
- labeled
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
if: contains( github.event.pull_request.labels.*.name, 'E2E')
steps:
- run: |
echo "will trigger the workflow run to run e2e"