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.40.5 to 4.40.7 #32

Bump mikefarah/yq from 4.40.5 to 4.40.7

Bump mikefarah/yq from 4.40.5 to 4.40.7 #32

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"