Skip to content

Commit

Permalink
ci: remove redundant build task
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jun 11, 2024
1 parent b864983 commit 5dd309b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ concurrency:
cancel-in-progress: ${{ !contains(github.ref, fromJSON('["master", "main"]')) }}

jobs:
build:
uses: ./.github/workflows/build.yml
lint:
uses: ./.github/workflows/lint.yml
test:
Expand All @@ -16,7 +14,7 @@ jobs:
uses: ./.github/workflows/e2e.yml
secrets: inherit
release:
needs: [build, lint, test, e2e]
needs: [lint, test, e2e]
uses: ./.github/workflows/release.yml
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"
secrets: inherit

0 comments on commit 5dd309b

Please sign in to comment.