diff --git a/.github/actions-lock.txt b/.github/actions-lock.txt index dae2f4642..505fb4a7a 100644 --- a/.github/actions-lock.txt +++ b/.github/actions-lock.txt @@ -19,5 +19,5 @@ aaa395a26591445ccf4c8196d7f01ee7 pr-feedback.yml 6c355cb7b5d4da4d56a58e6d7f82881b psalm-matrix.yml c2fc57f15bc64e5066b79a398021ca1a rector-apply.yml 2dbec18233063b42f4d8e03bbb43671c reuse.yml -b47a9fe981a7435caea92db33f5ad121 sync-workflow-templates.yml -4937ebfd80117c0133473d8ef51d8802 playwright.yml +511439ba27869e0324f283142cc8b3df sync-workflow-templates.yml +28c2966d33e8181bfdbb7b6fbaf9b645 playwright.yml diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 95ebdc966..09ff85c32 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -30,7 +30,10 @@ on: pull_request: branches: - main - - stable5.3 + - master + - stable35 + - stable34 + - stable33 permissions: contents: read @@ -137,4 +140,4 @@ jobs: steps: - name: Summary status - run: if ${{ needs.playwright-tests.result != 'success' }}; then exit 1; fi \ No newline at end of file + run: if ${{ needs.playwright-tests.result != 'success' }}; then exit 1; fi diff --git a/.github/workflows/sync-workflow-templates.yml b/.github/workflows/sync-workflow-templates.yml index e7094c713..40d39e1fa 100644 --- a/.github/workflows/sync-workflow-templates.yml +++ b/.github/workflows/sync-workflow-templates.yml @@ -26,7 +26,9 @@ jobs: matrix: branches: - ${{ github.event.repository.default_branch }} - - 'stable5.3' + - 'stable35' + - 'stable34' + - 'stable33' name: Update workflows in ${{ matrix.branches }}