Skip to content

Commit

Permalink
Issue #535: Use workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
leonel-lullabot committed Apr 24, 2024
1 parent db936ce commit ee1f0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scaffold/github/workflows/PantheonReviewApps.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions scaffold/github/workflows/PantheonReviewAppsDDEV.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit ee1f0d3

Please sign in to comment.