mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 05:31:25 +00:00
Revert "Update nightly.yml"
This reverts commit 44b975386d042b1810d5f3e1f2796af3ba7c118a.
This commit is contained in:
parent
47e1580a62
commit
6d2011c172
37
.github/workflows/nightly.yml
vendored
37
.github/workflows/nightly.yml
vendored
@ -1,20 +1,19 @@
|
||||
name: Nightly
|
||||
on: workflow_dispatch
|
||||
# on:
|
||||
# schedule:
|
||||
# - cron: 0 8 * * 1-5
|
||||
# workflow_dispatch: {}
|
||||
#
|
||||
# jobs:
|
||||
# trunk_check:
|
||||
# name: Trunk Check Upload
|
||||
# runs-on: ubuntu-latest
|
||||
#
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v4
|
||||
#
|
||||
# - name: Trunk Check
|
||||
# uses: trunk-io/trunk-action@782e83f803ca6e369f035d64c6ba2768174ba61b
|
||||
# with:
|
||||
# trunk-token: ${{ secrets.TRUNK_TOKEN }}
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 8 * * 1-5
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
trunk_check:
|
||||
name: Trunk Check Upload
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Trunk Check
|
||||
uses: trunk-io/trunk-action@782e83f803ca6e369f035d64c6ba2768174ba61b
|
||||
with:
|
||||
trunk-token: ${{ secrets.TRUNK_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user