fix: [DHIS2-16994] Image and File DE and TEA not Displayed in Changelog #1838
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 |