diff --git a/.github/workflows/block-unconventional-commits.yml b/.github/workflows/block-unconventional-commits.yml index 295c30b..90dd087 100644 --- a/.github/workflows/block-unconventional-commits.yml +++ b/.github/workflows/block-unconventional-commits.yml @@ -20,7 +20,7 @@ jobs: block-unconventional-commits: name: Block unconventional commits - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index f6717b8..b3649fb 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -19,7 +19,7 @@ concurrency: jobs: changes: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: src: ${{ steps.changes.outputs.src}} @@ -69,7 +69,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: [changes, lint] if: always() diff --git a/.github/workflows/lint-info-xml.yml b/.github/workflows/lint-info-xml.yml index 492e8a0..bf6f178 100644 --- a/.github/workflows/lint-info-xml.yml +++ b/.github/workflows/lint-info-xml.yml @@ -16,7 +16,7 @@ concurrency: jobs: xml-linters: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest name: info.xml lint steps: diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index c37ab3f..a965ecc 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -16,7 +16,7 @@ concurrency: jobs: matrix: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: php-versions: ${{ steps.versions.outputs.php-versions }} steps: @@ -55,7 +55,7 @@ jobs: summary: permissions: contents: none - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: php-lint if: always() diff --git a/.github/workflows/psalm-matrix.yml b/.github/workflows/psalm-matrix.yml index 8e3d42f..1dcd93c 100644 --- a/.github/workflows/psalm-matrix.yml +++ b/.github/workflows/psalm-matrix.yml @@ -13,7 +13,7 @@ concurrency: jobs: matrix: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest outputs: ocp-matrix: ${{ steps.versions.outputs.ocp-matrix }} steps: @@ -56,7 +56,7 @@ jobs: run: composer run psalm summary: - runs-on: ubuntu-latest-low + runs-on: ubuntu-latest needs: static-analysis if: always()