diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 12:06:10 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 12:06:10 +0900 |
| commit | 7cfaa1a3652fc6703402cb5699ec674f14337ec8 (patch) | |
| tree | 061e824e5b287319e652e04c92784140ee0a3b25 | |
| parent | bfb66b88b1d714c2d24e0de0f35fb807e381fa25 (diff) | |
| download | seaweedfs-7cfaa1a3652fc6703402cb5699ec674f14337ec8.tar.xz seaweedfs-7cfaa1a3652fc6703402cb5699ec674f14337ec8.zip | |
fix(ci): further testing of CI logic
| -rw-r--r-- | .github/workflows/binary_test.yml | 5 | ||||
| -rw-r--r-- | .github/workflows/container_test.yml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index 1cad91f82..d9e726292 100644 --- a/.github/workflows/binary_test.yml +++ b/.github/workflows/binary_test.yml @@ -1,11 +1,6 @@ name: Cross-platform binary build test on: - push: - branches-ignore: - - master - tags-ignore: - - * pull_request: workflow_dispatch: [] diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index 2590f09e3..94d5965fc 100644 --- a/.github/workflows/container_test.yml +++ b/.github/workflows/container_test.yml @@ -1,11 +1,6 @@ name: Test Building Container Images on: - push: - branches-ignore: - - master - tags-ignore: - - * pull_request: workflow_dispatch: [] |
