Skip to content

Commit

Permalink
移除 test-command.yml,禁用build、test、test-druid
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Nov 7, 2023
1 parent 908a5a5 commit d7ed498
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 47 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "build"

on:
push:
branches: [ 2.x, develop, master, test* ]
pull_request:
branches: [ 2.x, develop, master ]
#on:
# push:
# branches: [ 2.x, develop, master, test* ]
# pull_request:
# branches: [ 2.x, develop, master ]

jobs:
# job 1: Test based on java 8 and 17. Do not checkstyle.
Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/test-command.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/test-druid.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "test-druid"

on:
push:
branches: [ test*, "*.*.*" ]
#on:
# push:
# branches: [ test*, "*.*.*" ]

jobs:
test-druid:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "test"

on:
push:
branches: [ test*, "*.*.*" ]
#on:
# push:
# branches: [ test*, "*.*.*" ]

jobs:
# job 1
Expand Down

0 comments on commit d7ed498

Please sign in to comment.