diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index df245f9a..0c479d64 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -4,9 +4,6 @@ on: # yamllint disable-line rule:truthy pull_request: branches: - master - push: - branches: - - master name: ๐Ÿงน Fix PHP coding standards diff --git a/.github/workflows/dependency-analysis.yml b/.github/workflows/dependency-analysis.yml index c1fe22b2..62c63280 100644 --- a/.github/workflows/dependency-analysis.yml +++ b/.github/workflows/dependency-analysis.yml @@ -66,7 +66,7 @@ jobs: key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }} restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- - - name: ๐Ÿ“ฅ Install "${{ matrix.dependencies }}" dependencies + - name: ๐Ÿ“ฅ Install "${{ matrix.dependencies }}" dependencies with composer uses: wayofdev/gh-actions/actions/composer/install@v3.1.1 with: dependencies: ${{ matrix.dependencies }} diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index b2545abe..625f9658 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -54,7 +54,7 @@ jobs: key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }} restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- - - name: ๐Ÿ“ฅ Install "${{ matrix.dependencies }}" dependencies + - name: ๐Ÿ“ฅ Install "${{ matrix.dependencies }}" dependencies with composer uses: wayofdev/gh-actions/actions/composer/install@v3.1.1 with: dependencies: ${{ matrix.dependencies }} diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0182da81..5649092b 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -119,7 +119,7 @@ jobs: key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }} restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- - - name: ๐Ÿ“ฅ Install "${{ matrix.dependencies }}" dependencies + - name: ๐Ÿ“ฅ Install "${{ matrix.dependencies }}" dependencies with composer uses: wayofdev/gh-actions/actions/composer/install@v3.1.1 with: dependencies: ${{ matrix.dependencies }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 35a83c9e..3a7fb56d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,7 +1,5 @@ --- -name: ๐Ÿงช Unit testing - on: # yamllint disable-line rule:truthy pull_request: branches: @@ -10,6 +8,8 @@ on: # yamllint disable-line rule:truthy branches: - master +name: ๐Ÿงช Unit testing + jobs: code-coverage: timeout-minutes: 4 @@ -56,7 +56,7 @@ jobs: key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }} restore-keys: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}- - - name: ๐Ÿ“ฅ Install "${{ matrix.dependencies }}" dependencies + - name: ๐Ÿ“ฅ Install "${{ matrix.dependencies }}" dependencies with composer uses: wayofdev/gh-actions/actions/composer/install@v3.1.1 with: dependencies: ${{ matrix.dependencies }}