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

Bump mikefarah/yq from 4.34.2 to 4.35.1 #12

Bump mikefarah/yq from 4.34.2 to 4.35.1

Bump mikefarah/yq from 4.34.2 to 4.35.1 #12

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"