Skip to content

Commit

Permalink
ACMS-000: Run CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkhode1 committed Dec 26, 2024
1 parent 8fca8e5 commit 1b326bf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/acquia_cms_ci.workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Acquia CMS CI"
on:
push:
branches: [ develop, qa, stage, main, release/*, feature/* ]
branches: [ develop, qa, stage, main, release/*, ACMS-* ]
paths-ignore:
- README.md
pull_request:
Expand All @@ -13,7 +13,6 @@ env:
ORCA_VERSION: ^4
jobs:
static_code_analysis:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
env:
# Provide your package's name.
Expand Down Expand Up @@ -72,7 +71,6 @@ jobs:
../orca/bin/ci/after_failure.sh
../orca/bin/ci/after_script.sh
drupal_check:
if: ${{ github.event_name == 'pull_request' }}
name: PHPStan
runs-on: ubuntu-latest
strategy:
Expand All @@ -93,7 +91,6 @@ jobs:
composer install
./vendor/bin/phpstan analyze
integrated_tests:
if: ${{ github.event_name == 'pull_request' }}
name: ${{ matrix.acms_job }} (${{ matrix.orca-job }})
runs-on: ubuntu-24.04
env:
Expand Down Expand Up @@ -193,7 +190,6 @@ jobs:
../orca/bin/ci/after_failure.sh
../orca/bin/ci/after_script.sh
isolated_tests:
if: ${{ github.event_name == 'pull_request' }}
name: acquia_cms (${{ matrix.modules }}) on (${{ matrix.orca-job }})
runs-on: ubuntu-24.04
env:
Expand Down Expand Up @@ -286,7 +282,6 @@ jobs:
../orca/bin/ci/after_failure.sh
../orca/bin/ci/after_script.sh
backstop_tests:
if: ${{ github.event_name == 'pull_request' }}
name: backstop with ${{ matrix.orca-job }} on PHP ${{ matrix.php-version }}
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 1b326bf

Please sign in to comment.