[2.x] fix: stop the header overlapping itself when it runs out of room #5960
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Frontend Workflow | |
| on: [workflow_dispatch, push, pull_request] | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/REUSABLE_frontend.yml | |
| with: | |
| frontend_directory: ./ | |
| backend_directory: ./ | |
| js_package_manager: yarn | |
| cache_dependency_path: ./yarn.lock | |
| main_git_branch: 2.x | |
| enable_tests: true | |
| enable_bundlewatch: true | |
| secrets: | |
| bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} |