diff --git a/.github/workflows/kind-cats.yaml b/.github/workflows/kind-cats.yaml index 49c0d65..dffebf5 100644 --- a/.github/workflows/kind-cats.yaml +++ b/.github/workflows/kind-cats.yaml @@ -1,4 +1,6 @@ name: CF Acceptance Tests on KinD +run-name: >- + CF Acceptance Tests on KinD${{ github.event_name == 'workflow_dispatch' && github.event.inputs.fresh-validation == 'true' && ' (fresh validation)' || '' }} on: schedule: diff --git a/.github/workflows/kind-smoke.yaml b/.github/workflows/kind-smoke.yaml index c48efc8..8869157 100644 --- a/.github/workflows/kind-smoke.yaml +++ b/.github/workflows/kind-smoke.yaml @@ -1,4 +1,6 @@ name: CF Smoke Tests on KinD +run-name: >- + CF Smoke Tests on KinD${{ github.event_name == 'workflow_dispatch' && github.event.inputs.fresh-validation == 'true' && ' (fresh validation)' || '' }} on: pull_request: