From d3d966bf3e3b817e91ab26b8556309cca708eb03 Mon Sep 17 00:00:00 2001 From: Mustafa Ozhan Date: Sat, 13 Jul 2024 23:57:53 +0200 Subject: [PATCH] [Oztechan/CCC#3687] Add Manual run to Build workflow (#3688) * [Oztechan/CCC#3685] Create a weekly Build workflow for running all tasks * [Oztechan/CCC#3687] Add Manual run to Build workflow --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01382f1629..619c9e5fad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,7 @@ name: Build on: schedule: - cron: '0 0 * * 0' # Runs every Sunday at midnight UTC + workflow_dispatch: # Allows manual trigger env: BASE_URL_BACKEND: ${{ secrets.BASE_URL_BACKEND }}