Skip to content

Commit

Permalink
chore: update pipeline cron schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
janosmiko committed Nov 27, 2024
1 parent ea21993 commit 2877a52
Show file tree
Hide file tree
Showing 18 changed files with 85 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-dnsmasq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Dnsmasq • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Elasticsearch • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-magepack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Magepack • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-mailbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Mailbox (mailpit) • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "MariaDB • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "MySQL • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Nginx • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Node • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-opensearch-dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Opensearch Dashboards • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-opensearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Opensearch • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
68 changes: 68 additions & 0 deletions .github/workflows/docker-build-php-chain-web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
---
name: "PHP Chain Web • Docker Build"
on:
workflow_dispatch:
env:
WAIT_FOR_COMPLETION_TIMEOUT: 3h

jobs:
php-fpm-magento2-web:
runs-on: ubuntu-latest
steps:
- name: "PHP-FPM Magento 2 Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
with:
workflow: docker-build-php-fpm-magento2-web.yml
token: ${{ secrets.PERSONAL_TOKEN }}
wait-for-completion-timeout: ${{ env.WAIT_FOR_COMPLETION_TIMEOUT }}

php-fpm-shopware-web:
runs-on: ubuntu-latest
steps:
- name: "PHP-FPM Shopware Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
with:
workflow: docker-build-php-fpm-shopware-web.yml
token: ${{ secrets.PERSONAL_TOKEN }}
wait-for-completion-timeout: ${{ env.WAIT_FOR_COMPLETION_TIMEOUT }}

php-fpm-wordpress-web:
runs-on: ubuntu-latest
steps:
- name: "PHP-FPM Shopware Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
with:
workflow: docker-build-php-fpm-wordpress-web.yml
token: ${{ secrets.PERSONAL_TOKEN }}
wait-for-completion-timeout: ${{ env.WAIT_FOR_COMPLETION_TIMEOUT }}

php-fpm-rootless-magento2-web:
runs-on: ubuntu-latest
steps:
- name: "PHP-FPM Rootless Magento 2 Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
with:
workflow: docker-build-php-fpm-rootless-magento2-web.yml
token: ${{ secrets.PERSONAL_TOKEN }}
wait-for-completion-timeout: ${{ env.WAIT_FOR_COMPLETION_TIMEOUT }}

php-fpm-rootless-shopware-web:
runs-on: ubuntu-latest
steps:
- name: "PHP-FPM Rootless Shopware Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
with:
workflow: docker-build-php-fpm-rootless-shopware-web.yml
token: ${{ secrets.PERSONAL_TOKEN }}
wait-for-completion-timeout: ${{ env.WAIT_FOR_COMPLETION_TIMEOUT }}

php-fpm-rootless-wordpress-web:
runs-on: ubuntu-latest
steps:
- name: "PHP-FPM Rootless WordPress Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
with:
workflow: docker-build-php-fpm-rootless-wordpress-web.yml
token: ${{ secrets.PERSONAL_TOKEN }}
wait-for-completion-timeout: ${{ env.WAIT_FOR_COMPLETION_TIMEOUT }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-php-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "PHP Chain • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 3 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-rabbitmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "RabbitMQ • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Redis • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-sshd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "SSHD • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-supervisord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Supervisord • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-varnish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Varnish • Docker Build"
on:
schedule:
- cron: "0 6 1 * *"
- cron: "0 1 * * 6"
workflow_dispatch:
push:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Close stale issues and PRs"
on:
schedule:
- cron: '30 1 * * *'
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2877a52

Please sign in to comment.