chore: auto-update github workflows

This commit is contained in:
CI workflows
2025-12-15 12:23:33 +00:00
parent d7f9de1881
commit d08cae6fa3
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ name: Cypress tests with screenshots PREMIUM
- develop
- feature/**
- hotfix/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
e2e-tests:
runs-on: ubuntu-latest