kopia lustrzana https://github.com/meshtastic/protobufs
split out ci tasks
rodzic
289701a902
commit
0dc5d44cc9
|
@ -10,7 +10,6 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
environment: Production
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -21,15 +20,3 @@ jobs:
|
||||||
uses: plexsystems/protolint-action@v0.2.0
|
uses: plexsystems/protolint-action@v0.2.0
|
||||||
with:
|
with:
|
||||||
configDirectory: .
|
configDirectory: .
|
||||||
|
|
||||||
update-docs:
|
|
||||||
environment: Production
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Update Docs
|
|
||||||
uses: benc-uk/workflow-dispatch@v1
|
|
||||||
with:
|
|
||||||
workflow: "Update protobufs"
|
|
||||||
repo: meshtastic/meshtastic
|
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
name: Update docs
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
update-docs:
|
||||||
|
environment: Production
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Update Docs
|
||||||
|
uses: benc-uk/workflow-dispatch@v1
|
||||||
|
with:
|
||||||
|
workflow: "Update protobufs"
|
||||||
|
repo: meshtastic/meshtastic
|
||||||
|
token: ${{ secrets.ACCESS_TOKEN }}
|
Ładowanie…
Reference in New Issue