From 289701a90207fcacddc6853e0bdf9cab1b47f717 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Thu, 30 Dec 2021 10:15:00 -0800 Subject: [PATCH 1/3] testing to see if ci will fail --- admin.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.proto b/admin.proto index 0b85324..f869c38 100644 --- a/admin.proto +++ b/admin.proto @@ -22,7 +22,7 @@ message AdminMessage { /* * Set the radio provisioning for this node */ - RadioConfig set_radio = 1; + RadioConfig set_radio = 1; /* * Set the owner for this node From 0dc5d44cc9c91962877ca0a3b675fb89c75af245 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Thu, 30 Dec 2021 10:18:08 -0800 Subject: [PATCH 2/3] split out ci tasks --- .github/workflows/ci.yml | 13 ------------- .github/workflows/update_docs.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 .github/workflows/update_docs.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f00fd0..c405445 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml new file mode 100644 index 0000000..0a085ed --- /dev/null +++ b/.github/workflows/update_docs.yml @@ -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 }} From c2a5b01c06bc476683d704c031e67bea7755375f Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Thu, 30 Dec 2021 10:19:02 -0800 Subject: [PATCH 3/3] fix spacing --- admin.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.proto b/admin.proto index f869c38..0b85324 100644 --- a/admin.proto +++ b/admin.proto @@ -22,7 +22,7 @@ message AdminMessage { /* * Set the radio provisioning for this node */ - RadioConfig set_radio = 1; + RadioConfig set_radio = 1; /* * Set the owner for this node