Skip to content

Commit

Permalink
Don't run on pull request events
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jun 3, 2024
1 parent 132d229 commit a861909
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-downstream.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Update downstream

on:
pull_request:
push:
branches: [main]

Expand All @@ -24,8 +23,6 @@ jobs:
GIT_EMAIL: ${{ github.actor }}@users.noreply.github.com
REPO: ${{ github.repository_owner }}/${{ matrix.repo }}
SOURCE_REPO: ${{ github.repository }}
SOURCE_PR: ${{ github.repository_owner }}/${{ matrix.repo }}#${{ github.event.pull_request.number }}
SOURCE_PR_URL: https://github.com/${{ github.repository_owner }}/${{ matrix.repo }}/${{ github.event.pull_request.number }}
steps:
- name: Check out ${{ env.REPO }}
uses: actions/checkout@v4
Expand Down Expand Up @@ -69,4 +66,4 @@ jobs:
gh pr create \
--repo ${{ env.REPO }} \
--title "Update detsys-ts dependency and dist directory (trigged by ${{ env.SOURCE_REPO }})" \
--body "Bump detsys-ts to ${{ env.REF }} and regenerate application bundle. See [${{ env.SOURCE_PR }}](${{ env.SOURCE_PR_URL }}) for the triggering pull request."
--body "Bump detsys-ts to ${{ env.REF }} and regenerate application bundle."

0 comments on commit a861909

Please sign in to comment.