Skip to content

Commit

Permalink
Drop PR trigger
Browse files Browse the repository at this point in the history
The git push at the end didn't have permission to push back to the source repo, even if the PR author granted permission for contributors to push to the source branch.
  • Loading branch information
AArnott committed Jan 6, 2024
1 parent b8ba228 commit 250425e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:

Expand All @@ -16,14 +13,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
if: github.event_name != 'pull_request'

- name: Checkout repo for PR
uses: actions/checkout@v4.1.1
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
if: github.event_name == 'pull_request'

- name: Compile ZIPs and Zcash Protocol Specification
uses: ./.github/actions/render
Expand Down

0 comments on commit 250425e

Please sign in to comment.