From 6d2011c17241c7213814672ccec6b5c2d2f55ff6 Mon Sep 17 00:00:00 2001 From: David <2941290+dhskinner@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:25:55 +1000 Subject: [PATCH] Revert "Update nightly.yml" This reverts commit 44b975386d042b1810d5f3e1f2796af3ba7c118a. --- .github/workflows/nightly.yml | 37 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 67256c21e..e249823a7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 }}