Skip to content

Commit

Permalink
temp: disable other workflows during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cyl3x committed Jan 31, 2025
1 parent 272e10a commit 242795b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- trunk
pull_request:
paths:
- src/Resources/app/administration/**/*
# pull_request:
# paths:
# - src/Resources/app/administration/**/*
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- trunk
pull_request:
# pull_request:
workflow_dispatch:

permissions:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
push:
branches:
- trunk
pull_request:
paths:
- bin/*.php
- src/**/*.php
- tests/**/*.php
- rector.php
- composer.json
- .php-cs-fixer.dist.php
- phpstan.neon.dist
- phpstan-baseline.neon
# pull_request:
# paths:
# - bin/*.php
# - src/**/*.php
# - tests/**/*.php
# - rector.php
# - composer.json
# - .php-cs-fixer.dist.php
# - phpstan.neon.dist
# - phpstan-baseline.neon
workflow_dispatch:
workflow_call:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/storefront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- trunk
pull_request:
paths:
- src/Resources/app/storefront/**/*
# pull_request:
# paths:
# - src/Resources/app/storefront/**/*
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 242795b

Please sign in to comment.