Skip to content

Commit

Permalink
Add schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 31, 2023
1 parent 6669753 commit 3842895
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/delete.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * *"


name: Delete Draft Releases older than 1 days

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# On every push this script is executed
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * *"

#concurrency: data

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/percentage_done.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# On every push this script is executed
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * *"

#concurrency: data

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# On every push this script is executed
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * *"

#concurrency: data

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unique_python_files.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3842895

Please sign in to comment.