0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 14:50:44 -05:00

Testing Scheduled Builds

This commit is contained in:
Refringe 2024-11-04 11:12:29 -05:00
parent a61c32161f
commit c2edc5badd
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -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