Skip to content

Commit

Permalink
Updating workflow automation
Browse files Browse the repository at this point in the history
  • Loading branch information
netboot-ci committed Nov 29, 2023
1 parent f8bb827 commit 1106082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gnome-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '.github/workflows/**'
schedule:
- cron: '0 4 * * 6'
- cron: '0 4 * * 2'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kde-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '.github/workflows/**'
schedule:
- cron: '0 4 * * 6'
- cron: '0 4 * * 2'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xfce-current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- '.github/workflows/**'
schedule:
- cron: '0 4 * * 6'
- cron: '0 4 * * 2'
workflow_dispatch:

env:
Expand Down

0 comments on commit 1106082

Please sign in to comment.