We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 392c331 + bd00ca7 commit 04b9bf8Copy full SHA for 04b9bf8
.github/workflows/new-php-cs-fixer.yaml
@@ -1,11 +1,7 @@
1
name: "PHP-CS-Fixer"
2
3
on:
4
- pull_request:
5
- branches:
6
- - "[0-9]+.[0-9]+"
7
- - "[0-9]+.x"
8
- - "feature-*"
+ workflow_dispatch:
9
push:
10
branches:
11
- "[0-9]+.[0-9]+"
@@ -17,10 +13,11 @@ permissions:
17
13
contents: write
18
14
19
15
jobs:
20
- php-cs-fixer:
21
- uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main
16
+ php-style:
+ uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@fix-failed-workflow
22
with:
23
head_ref: ${{ github.head_ref || github.ref_name }}
24
repository: ${{ github.repository }}
+ config_file: ".php-cs-fixer.dist.php"
25
secrets:
26
PHP_CS_FIXER_GITHUB_TOKEN: ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }}
0 commit comments