trigger deploy workflow 30 mins after update

This commit is contained in:
toufic ar 2026-02-08 04:15:11 +02:00
parent c87062a457
commit 3cb5f3ac40
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -3,6 +3,8 @@ on:
push: push:
branches: branches:
- main - main
schedule:
- cron: 30 0 * * 0
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest