mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
remove double master/fork check
This commit is contained in:
parent
3566d1b38b
commit
fa511f880c
1
.github/workflows/pdf.yml
vendored
1
.github/workflows/pdf.yml
vendored
|
@ -11,7 +11,6 @@ on:
|
||||||
- "**.md"
|
- "**.md"
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: github.repository == 'meshtastic/meshtastic' && github.ref == 'refs/heads/master'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get filename with date and sha
|
- name: Get filename with date and sha
|
||||||
|
|
Loading…
Reference in a new issue