set allother test workflows tonot run while working in this branch

This commit is contained in:
mahula 2023-02-23 08:36:29 +01:00
parent 84515a5113
commit fd37107da3
3 changed files with 9 additions and 4 deletions

View File

@ -3,7 +3,7 @@ name: gradido test CI
on: on:
push: push:
branches: branches:
- separate-admin-interface-workflow - none
jobs: jobs:
############################################################################## ##############################################################################

View File

@ -1,7 +1,9 @@
name: gradido test_dht-node CI name: gradido test_dht-node CI
on: push on:
push:
branches:
- none
jobs: jobs:
############################################################################## ##############################################################################
# JOB: DOCKER BUILD TEST ##################################################### # JOB: DOCKER BUILD TEST #####################################################

View File

@ -1,6 +1,9 @@
name: gradido test_federation CI name: gradido test_federation CI
on: push on:
push:
branches:
- none
jobs: jobs:
############################################################################## ##############################################################################