From 62cdedd54fe8a753b3b862dcf9f9cc2cd422fc71 Mon Sep 17 00:00:00 2001 From: pavlov346346-source Date: Tue, 8 Sep 2026 06:59:20 +0300 Subject: [PATCH] Remove one-time v17.6.6 E2E workflow --- .github/workflows/fix-v1766-e2e.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/fix-v1766-e2e.yml diff --git a/.github/workflows/fix-v1766-e2e.yml b/.github/workflows/fix-v1766-e2e.yml deleted file mode 100644 index 27b67c7..0000000 --- a/.github/workflows/fix-v1766-e2e.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Align v17.6.6 E2E - -on: - push: - branches: - - feature/v17.6.6-offer-templates - paths: - - .github/workflows/fix-v1766-e2e.yml - -permissions: - contents: write - -jobs: - fix: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 22 - - name: Update deterministic icon checks - run: node .github/scripts/fix-v1766-e2e.mjs - - name: Commit - run: | - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add tests/app.spec.mjs - git commit -m "Align v17.6.6 E2E with native menu icon" || exit 0 - git push