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 038e08c commit e98aad3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpinelinux.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 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archlinux.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 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coreos.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 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ipfire.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 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mageia.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 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nixos.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 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smartos.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 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tinycore.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 0 * * *'
- cron: '0 4 * * *'
workflow_dispatch:

env:
Expand Down

0 comments on commit e98aad3

Please sign in to comment.