fix: [DHIS2-18278] remove completedAt and completedBy from the payload send to the API #1816
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 |