Skip to content

Commit

Permalink
Trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chi3316 committed Sep 25, 2024
1 parent 288eb4a commit a971f32
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ env:
jobs:
docker:
if: >
github.repository == 'apache/rocketmq' &&
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -75,9 +74,7 @@ jobs:
path: rocketmq-docker/image-build-ci/versionlist/*

list-version:
if: >
github.repository == 'apache/rocketmq' &&
always()
if: always()
name: List version
needs: [docker]
runs-on: ubuntu-latest
Expand Down

0 comments on commit a971f32

Please sign in to comment.