Skip to content

Commit

Permalink
[#3687] Add Manual run to Build workflow (#3688)
Browse files Browse the repository at this point in the history
* [#3685] Create a weekly Build workflow for running all tasks

* [#3687] Add Manual run to Build workflow
  • Loading branch information
mustafaozhan authored Jul 13, 2024
1 parent 2cb9ad8 commit d3d966b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d3d966b

Please sign in to comment.