From c2edc5badd27647990ce5d6deb93cb694d3d7295 Mon Sep 17 00:00:00 2001 From: Refringe Date: Mon, 4 Nov 2024 11:12:29 -0500 Subject: [PATCH] Testing Scheduled Builds --- .gitea/workflows/build.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 5660349..bd3eec4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,8 @@ name: SPT Release Build on: schedule: - - cron: "* 19 * * *" # Every day at 3pm ET + #- cron: "* 19 * * *" # Every day at 3pm ET + - cron: "*/10 * * * *" # Testing push: branches: [trigger] @@ -33,9 +34,9 @@ jobs: echo "Determining build context..." if [[ "${{ github.event_name }}" == "schedule" ]]; then echo "::set-output name=is_nightly::true" - echo "::set-output name=branch_server::3.8.1-DEV" - echo "::set-output name=branch_modules::3.8.1-DEV" - echo "::set-output name=branch_launcher::3.8.1-DEV" + echo "::set-output name=branch_server::3.10.0-DEV" + echo "::set-output name=branch_modules::310-dev" + echo "::set-output name=branch_launcher::3.10.0-DEV" else echo "::set-output name=is_nightly::false" fi