Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow Trigger Test - Please Ignore #766

Closed
wants to merge 4 commits into from

Conversation

dlaw4608
Copy link
Contributor

Testing workflow below


on:
  pull_request_target:
    types: [labeled, opened, synchronize, reopened]

jobs:
  workflow-build:
    if: ${{ github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'forked_image_approved') }}
    name: Calls build-images-base workflow
    uses: ./.github/workflows/build-images-base.yaml
    secrets: inherit
    with:
      kuadrantOperatorVersion: ${{ github.event.pull_request.user.login }}-${{ github.event.pull_request.number }}
      kuadrantOperatorTag: ${{ github.event.pull_request.user.login }}-${{ github.event.pull_request.number }}```

@dlaw4608 dlaw4608 requested a review from a team as a code owner July 18, 2024 13:56
@dlaw4608 dlaw4608 marked this pull request as draft July 18, 2024 13:57
@dlaw4608 dlaw4608 self-assigned this Jul 18, 2024
@dlaw4608 dlaw4608 added the forked_image_approved Label to trigger Workflow label Jul 18, 2024
@dlaw4608 dlaw4608 closed this Jul 18, 2024
@dlaw4608 dlaw4608 reopened this Jul 26, 2024
@dlaw4608 dlaw4608 added forked_image_approved Label to trigger Workflow and removed forked_image_approved Label to trigger Workflow labels Jul 26, 2024
@dlaw4608 dlaw4608 closed this Aug 15, 2024
@dlaw4608 dlaw4608 reopened this Aug 15, 2024
@dlaw4608 dlaw4608 marked this pull request as ready for review August 15, 2024 15:18
@dlaw4608 dlaw4608 closed this Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forked_image_approved Label to trigger Workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant