From ee1f0d3361145122a596e9be0c07ed6a86c4b226 Mon Sep 17 00:00:00 2001 From: Leonel Enriquez Date: Wed, 24 Apr 2024 11:22:01 -0500 Subject: [PATCH] Issue #535: Use workflow_dispatch --- scaffold/github/workflows/PantheonReviewApps.yml | 3 +-- scaffold/github/workflows/PantheonReviewAppsDDEV.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scaffold/github/workflows/PantheonReviewApps.yml b/scaffold/github/workflows/PantheonReviewApps.yml index 8f8ef0a7..8c7504af 100644 --- a/scaffold/github/workflows/PantheonReviewApps.yml +++ b/scaffold/github/workflows/PantheonReviewApps.yml @@ -1,8 +1,7 @@ name: "Pantheon Review Apps" on: - pull_request: - types: [opened, synchronize, reopened] + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/scaffold/github/workflows/PantheonReviewAppsDDEV.yml b/scaffold/github/workflows/PantheonReviewAppsDDEV.yml index 76136555..d83fa7fa 100644 --- a/scaffold/github/workflows/PantheonReviewAppsDDEV.yml +++ b/scaffold/github/workflows/PantheonReviewAppsDDEV.yml @@ -1,8 +1,7 @@ name: "Pantheon Review Apps" on: - pull_request: - types: [opened, synchronize, reopened] + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}