Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ on:
pull_request:
branches:
- main
- stable5.3
- master
- stable35
- stable34
- stable33

permissions:
contents: read
Expand Down Expand Up @@ -137,4 +140,4 @@ jobs:

steps:
- name: Summary status
run: if ${{ needs.playwright-tests.result != 'success' }}; then exit 1; fi
run: if ${{ needs.playwright-tests.result != 'success' }}; then exit 1; fi
4 changes: 3 additions & 1 deletion .github/workflows/sync-workflow-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable5.3'
- 'stable35'
- 'stable34'
- 'stable33'

name: Update workflows in ${{ matrix.branches }}

Expand Down
Loading