push
Some checks failed
CI/CD Pipeline / test (push) Failing after 1m0s
Update CI/CD Pipeline / update (push) Successful in 1m16s

This commit is contained in:
philipp 2024-10-17 19:09:19 +02:00
parent 8b9bc24324
commit 6fe3c2498a

View File

@ -2,7 +2,10 @@ name: Update CI/CD Pipeline
on:
schedule:
- cron: '3 * * * *' # Runs the pipeline at the 39th minute of every hour
- cron: '10 * * * *' # Runs the pipeline at the 39th minute of every hour
env:
GITEATOKEN: ${{ secrets.GITEATOKEN }}
jobs:
update: