mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
bugfix: continued further testing/fixing CI task
This commit is contained in:
parent
9606149138
commit
d938439bbd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/editorial_governance.yml
vendored
2
.github/workflows/editorial_governance.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
name: ratchet-proposal
|
||||
path: ratchet_proposal.json
|
||||
- name: Post ratchet proposal PR comment
|
||||
if: github.event_name == 'pull_request'
|
||||
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue