diff --git a/.github/workflows/delete.yml b/.github/workflows/delete.yml index e713f9d5..d525801c 100644 --- a/.github/workflows/delete.yml +++ b/.github/workflows/delete.yml @@ -1,5 +1,8 @@ on: workflow_dispatch: + schedule: + - cron: "0 5 * * *" + name: Delete Draft Releases older than 1 days diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3220b021..41263f21 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,6 +1,8 @@ # On every push this script is executed on: workflow_dispatch: + schedule: + - cron: "0 5 * * *" #concurrency: data diff --git a/.github/workflows/percentage_done.yml b/.github/workflows/percentage_done.yml index 281cd21a..e6ed20fe 100644 --- a/.github/workflows/percentage_done.yml +++ b/.github/workflows/percentage_done.yml @@ -1,6 +1,8 @@ # On every push this script is executed on: workflow_dispatch: + schedule: + - cron: "0 5 * * *" #concurrency: data diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index ae3f426c..6c62a914 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -1,6 +1,8 @@ # On every push this script is executed on: workflow_dispatch: + schedule: + - cron: "0 5 * * *" #concurrency: data diff --git a/.github/workflows/unique_python_files.yml b/.github/workflows/unique_python_files.yml index bba158ce..a2daaab0 100644 --- a/.github/workflows/unique_python_files.yml +++ b/.github/workflows/unique_python_files.yml @@ -1,8 +1,8 @@ # On every push this script is executed on: workflow_dispatch: - -#concurrency: data + schedule: + - cron: "0 5 * * *" name: Unique Python files jobs: