Skip to content

Commit

Permalink
Github workflow changes (pimcore#527)
Browse files Browse the repository at this point in the history
* GitHub workflows

Aligned to pimcore/pimcore

* Do not run static-analysis on docs

* ignore /Resources/public/ content for codeception checks

* Ignore src/Resources/public/ for static analysis

* Corrected path for Resources

* Corrected path for Resources
  • Loading branch information
NiklasBr authored May 31, 2022
1 parent ab641b8 commit a1455c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeception_pimcore_x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ on:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
paths-ignore:
- 'doc/**'
- 'src/Resources/public/**'
push:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
paths-ignore:
- 'doc/**'
- 'src/Resources/public/**'

env:
PIMCORE_PROJECT_ROOT: ${{ github.workspace }}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ on:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
paths-ignore:
- 'doc/**'
- 'src/Resources/public/**'
push:
branches:
- "[0-9]+.[0-9]+"
- "[0-9]+.x"
paths-ignore:
- 'doc/**'
- 'src/Resources/public/**'

jobs:
static-analysis-phpstan:
Expand Down

0 comments on commit a1455c9

Please sign in to comment.