fix: [DHIS2-16993] Text and long text DEs are missing arrows in changelog when deleted #1726
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 |