Skip to content

Commit

Permalink
chore: remove debug-app building workflows from regular app workflows…
Browse files Browse the repository at this point in the history
…, run them separately
  • Loading branch information
janosmiko committed Dec 3, 2024
1 parent 005db91 commit 4118645
Show file tree
Hide file tree
Showing 44 changed files with 2,147 additions and 1,866 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/docker-build-php-chain-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ name: "PHP Chain Web • Docker Build"
on:
workflow_dispatch:

concurrency:
group: "php-chain-web"
cancel-in-progress: true

jobs:
php-fpm-rootless-magento2-web:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,10 +35,19 @@ jobs:
token: ${{ secrets.PERSONAL_TOKEN }}
wait-for-completion: false

php-fpm-magento2-web:
milestone-php-fpm-rootless:
runs-on: ubuntu-latest
needs:
- php-fpm-rootless-magento2-web
- php-fpm-rootless-shopware-web
- php-fpm-rootless-wordpress-web
steps:
- name: dummy-action
uses: bitcoder/dummy-action@v9

php-fpm-magento2-web:
runs-on: ubuntu-latest
needs: [ milestone-php-fpm-rootless ]
steps:
- name: "PHP-FPM Magento 2 Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
Expand All @@ -53,8 +58,7 @@ jobs:

php-fpm-shopware-web:
runs-on: ubuntu-latest
needs:
- php-fpm-rootless-shopware-web
needs: [ milestone-php-fpm-rootless ]
steps:
- name: "PHP-FPM Shopware Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
Expand All @@ -65,8 +69,7 @@ jobs:

php-fpm-wordpress-web:
runs-on: ubuntu-latest
needs:
- php-fpm-rootless-wordpress-web
needs: [ milestone-php-fpm-rootless ]
steps:
- name: "PHP-FPM Shopware Web • Docker Build"
uses: the-actions-org/workflow-dispatch@v4
Expand Down
Loading

0 comments on commit 4118645

Please sign in to comment.