Skip to content

Commit

Permalink
chore:undo draft test change
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener committed Sep 9, 2024
1 parent 9030ebc commit 996bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

e2e:
runs-on: ubuntu-latest
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]' && !github.event.pull_request.draft"
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"
needs: [build, setup-matrix]
strategy:
fail-fast: false
Expand Down

0 comments on commit 996bec1

Please sign in to comment.