Skip to content

Commit 364ddfe

Browse files
authored
Merge pull request #242 from chhsiao1981/ci-skip-tests
remove test-swarm. skip test-cube
2 parents 8c3a1ba + 29de96e commit 364ddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# - uses: FNNDSC/cube-integration-action@master
5959

6060
build:
61-
needs: [test-python, test-docker, test-swarm, test-cube]
61+
needs: [test-python, test-docker]
6262
if: github.event_name == 'push' || github.event_name == 'release'
6363
runs-on: ubuntu-22.04
6464
steps:

0 commit comments

Comments
 (0)