Update nightly.yml

This commit is contained in:
David 2024-08-16 19:46:33 +10:00 committed by Thomas Göttgens
parent 92eae39a1b
commit c02bbad9f3

View File

@ -1,19 +1,20 @@
name: Nightly name: Nightly
on: on: workflow_dispatch
schedule: # on:
- cron: 0 8 * * 1-5 # schedule:
workflow_dispatch: {} # - cron: 0 8 * * 1-5
# workflow_dispatch: {}
jobs: #
trunk_check: # jobs:
name: Trunk Check Upload # trunk_check:
runs-on: ubuntu-latest # name: Trunk Check Upload
# runs-on: ubuntu-latest
steps: #
- name: Checkout # steps:
uses: actions/checkout@v4 # - name: Checkout
# uses: actions/checkout@v4
- name: Trunk Check #
uses: trunk-io/trunk-action@782e83f803ca6e369f035d64c6ba2768174ba61b # - name: Trunk Check
with: # uses: trunk-io/trunk-action@782e83f803ca6e369f035d64c6ba2768174ba61b
trunk-token: ${{ secrets.TRUNK_TOKEN }} # with:
# trunk-token: ${{ secrets.TRUNK_TOKEN }}