Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Dec 26, 2023
1 parent c969d82 commit 2d09674
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-e2ecase-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
pull_request:
push:

concurrency:
group: example
cancel-in-progress: true

jobs:
build-extension:
name: "Run E2ECases On Doris 1.2"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run-e2ecase-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
pull_request:
push:

concurrency:
group: example
cancel-in-progress: true

jobs:
build-extension:
name: "Run E2ECases On Doris 2.0"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run-itcase-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
pull_request:
push:

concurrency:
group: example
cancel-in-progress: true

jobs:
build-extension:
name: "Run ITCases On Doris 1.2"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run-itcase-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
pull_request:
push:

concurrency:
group: example
cancel-in-progress: true

jobs:
build-extension:
name: "Run ITCases On Doris 2.0"
Expand Down

0 comments on commit 2d09674

Please sign in to comment.