i want to run this whenever i want

This commit is contained in:
Osman Faruk Bayram 2025-10-27 14:20:03 +03:00
parent d6dad8be84
commit 2d16df54cd

View file

@ -4,6 +4,7 @@ on:
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}