mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 15:01:19 -08:00
run on merge only
This commit is contained in:
parent
231cc8545a
commit
041c56d813
3
.github/workflows/pdf.yml
vendored
3
.github/workflows/pdf.yml
vendored
|
@ -30,8 +30,7 @@ jobs:
|
|||
run: npx docusaurus-prince-pdf -u https://meshtastic.org/docs/about/ --dest ./ --output ./${{ steps.filename.outputs.filename }}
|
||||
|
||||
- name: Create request artifacts
|
||||
if: ${{ github.event_name == 'pull_request_target' || github.event_name == 'pull_request' }}
|
||||
# if: github.event.pull_request.merged
|
||||
if: github.event.pull_request.merged
|
||||
uses: gavv/pull-request-artifacts@v2.1.0
|
||||
with:
|
||||
commit: ${{ (github.event.pull_request_target || github.event.pull_request).head.sha }}
|
||||
|
|
Loading…
Reference in a new issue