refactor: [DHIS2-17860] replace material ui TextField for Input #1612
Workflow file for this run
This file contains 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: 'dhis2: skip e2e tests' | |
on: | |
pull_request_target: | |
types: [labeled] | |
jobs: | |
call-e2e-tests-result: | |
if: github.event.label.name == 'skip-e2e-tests' | |
uses: ./.github/workflows/e2e-tests-result.yml | |
with: | |
result: true |