Skip to content

Commit

Permalink
[MINOR] fix(ci): Run Docker and integration CI checks concurrently. (a…
Browse files Browse the repository at this point in the history
…pache#1922)

# What changes were proposed in this pull request?

Remove `need:integration` of docker to run docker and integration CI checks concurrently.

# Why are the changes needed?

- Flaky tests might occur frequently, and when they do, the Docker CI check becomes impossible to execute.
- Executing Docker and integration CI checks simultaneously can help reduce the overall cost of the CI check job.
  • Loading branch information
maobaolong authored and zhengchenyu committed Aug 9, 2024
1 parent 9def891 commit f73d2b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
**/target/surefire-reports/*.xml
docker:
needs: [integration]
uses: ./.github/workflows/docker.yml

kubernetes:
Expand Down

0 comments on commit f73d2b2

Please sign in to comment.