mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix(ci): further testing of CI logic
This commit is contained in:
parent
bfb66b88b1
commit
7cfaa1a365
5
.github/workflows/binary_test.yml
vendored
5
.github/workflows/binary_test.yml
vendored
|
@ -1,11 +1,6 @@
|
||||||
name: Cross-platform binary build test
|
name: Cross-platform binary build test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches-ignore:
|
|
||||||
- master
|
|
||||||
tags-ignore:
|
|
||||||
- *
|
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch: []
|
workflow_dispatch: []
|
||||||
|
|
||||||
|
|
5
.github/workflows/container_test.yml
vendored
5
.github/workflows/container_test.yml
vendored
|
@ -1,11 +1,6 @@
|
||||||
name: Test Building Container Images
|
name: Test Building Container Images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches-ignore:
|
|
||||||
- master
|
|
||||||
tags-ignore:
|
|
||||||
- *
|
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch: []
|
workflow_dispatch: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue