feat: simplify how we determine what event to redirect to #3600
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: 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 |