mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
split out ci tasks
This commit is contained in:
parent
289701a902
commit
0dc5d44cc9
2 changed files with 19 additions and 13 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
|
@ -10,7 +10,6 @@ on:
|
|||
jobs:
|
||||
|
||||
lint:
|
||||
environment: Production
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -21,15 +20,3 @@ jobs:
|
|||
uses: plexsystems/protolint-action@v0.2.0
|
||||
with:
|
||||
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 }}
|
||||
|
|
|
|||
19
.github/workflows/update_docs.yml
vendored
Normal file
19
.github/workflows/update_docs.yml
vendored
Normal file
|
|
@ -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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue