feat: simple single select field tet selector in new and search #6299
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: 'dhis2: e2e tests exceptions' | |
| on: | |
| push: | |
| jobs: | |
| call-e2e-tests-result: | |
| if: github.actor == 'dhis2-bot' || contains(github.event.head_commit.message, '[skip ci]') | |
| uses: ./.github/workflows/e2e-tests-result.yml | |
| with: | |
| result: true |