mr-smithers-excellent/docker-build-push

View on GitHub
.github/workflows/pr-e2e.yml

Summary

Maintainability
Test Coverage
name: 'PR e2e Tests'

on:
  repository_dispatch:
    types: [ok-to-test-command]

jobs:
  e2e:
    uses: ./.github/workflows/e2e.yml
    secrets: inherit
    with:
      pr-trigger: true