Fix test version detection for v2 tests (MASTG-TEST-0200+) across multiple hooks #43
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: Check Website Build | |
| on: | |
| pull_request: | |
| branches: | |
| - "*" | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/build-website-reusable.yml | |
| with: | |
| deploy: false |