fix: [DHIS2-118654] Use importStrategy=DELETE to support older backend #1942
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 |