Skip to content

Commit

Permalink
run actions manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamelers committed Aug 1, 2024
1 parent fa42302 commit 2ada9eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/recurring_tasks_annual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Annual recurring tickets (July 1)
on:
workflow_dispatch
workflow_dispatch:
schedule:
- cron: 0 1 1 7 *

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recurring_tasks_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Monthly recurring tickets
on:
workflow_dispatch
workflow_dispatch:
schedule:
- cron: 0 1 1 * *

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recurring_tasks_quarterly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Quarterly recurring tickets
on:
workflow_dispatch
workflow_dispatch:
schedule:
- cron: 0 1 1 1,4,7,10 *

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recurring_tasks_sprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name: Sprint recurring tickets
on:
workflow_dispatch
workflow_dispatch:
schedule:
- cron: '0 1 * * 2'
env:
Expand Down

0 comments on commit 2ada9eb

Please sign in to comment.