Revert "Update nightly.yml"

This reverts commit 44b975386d042b1810d5f3e1f2796af3ba7c118a.
This commit is contained in:
David 2024-08-17 23:25:55 +10:00 committed by Thomas Göttgens
parent 47e1580a62
commit 6d2011c172

View File

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