Skip to content

Commit

Permalink
Make trigger-remote-pr-in-release-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelmaksimov25 authored Nov 9, 2023
1 parent 0588c85 commit 74fbede
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/trigger-remote-pr-in-release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
trigger-external-pr:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.merged == true }}
if: 1 == 0

steps:
# https://github.com/marketplace/actions/setup-php-action
Expand All @@ -25,6 +25,7 @@ jobs:
with:
php-version: 8.0
tools: composer:v2
extensions: newrelic

- run: |
echo ${{ github.event.pull_request.merged }}
Expand Down

0 comments on commit 74fbede

Please sign in to comment.