Skip to content

Commit

Permalink
chore: disable php-fpm base image workflows to run if regular php ima…
Browse files Browse the repository at this point in the history
…ges are finished as the max depth of workflow chaining is 3
  • Loading branch information
janosmiko committed Sep 30, 2024
1 parent 83935ca commit e7055c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main-docker-image-php-fpm-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
name: Docker Image PHP-FPM Base
on:
workflow_dispatch:
workflow_run:
workflows: [ "Docker Image PHP/FPM-Loaders" ]
branches: [ main ]
types:
- completed
#workflow_run:
# workflows: [ "Docker Image PHP/FPM-Loaders" ]
# branches: [ main ]
# types:
# - completed
push:
paths:
- images/php-fpm/base/.trigger
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main-docker-image-php-fpm-rootless-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
name: Docker Image PHP-FPM Rootless Base
on:
workflow_dispatch:
workflow_run:
workflows: [ "Docker Image PHP/FPM-Loaders" ]
branches: [ main ]
types:
- completed
#workflow_run:
# workflows: [ "Docker Image PHP/FPM-Loaders" ]
# branches: [ main ]
# types:
# - completed
push:
paths:
- images/php-fpm-rootless/base/.trigger
Expand Down

0 comments on commit e7055c3

Please sign in to comment.