From 09d6ec709519a96e420f118bf43a33be1d7dd830 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 20 Sep 2026 07:45:00 +0000 Subject: [PATCH] ci(actions): Update workflow templates from organization template repository Signed-off-by: GitHub Signed-off-by: Christian Hartmann --- .github/actions-lock.txt | 4 ++-- .github/workflows/playwright.yml | 2 +- .github/workflows/playwright.yml.patch | 1 - .github/workflows/sync-workflow-templates.yml.patch | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) 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 03273863f..7a9d98f27 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -137,4 +137,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/playwright.yml.patch b/.github/workflows/playwright.yml.patch index d14e79fd1..54f3e74ea 100644 --- a/.github/workflows/playwright.yml.patch +++ b/.github/workflows/playwright.yml.patch @@ -10,7 +10,6 @@ index c218bffb..1e0028ab 100644 - - stable35 - - stable34 - - stable33 -+ - main + - stable5.4 permissions: diff --git a/.github/workflows/sync-workflow-templates.yml.patch b/.github/workflows/sync-workflow-templates.yml.patch index b2df274a1..6ac7e45bf 100644 --- a/.github/workflows/sync-workflow-templates.yml.patch +++ b/.github/workflows/sync-workflow-templates.yml.patch @@ -6,9 +6,9 @@ index 85090be9..cf08bd3e 100644 matrix: branches: - ${{ github.event.repository.default_branch }} +- - 'stable35' - - 'stable34' - - 'stable33' -- - 'stable32' + - 'stable5.4' name: Update workflows in ${{ matrix.branches }}