mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
set allother test workflows tonot run while working in this branch
This commit is contained in:
parent
84515a5113
commit
fd37107da3
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,7 +3,7 @@ name: gradido test CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- separate-admin-interface-workflow
|
||||
- none
|
||||
|
||||
jobs:
|
||||
##############################################################################
|
||||
|
||||
6
.github/workflows/test_dht-node.yml
vendored
6
.github/workflows/test_dht-node.yml
vendored
@ -1,7 +1,9 @@
|
||||
name: gradido test_dht-node CI
|
||||
|
||||
on: push
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- none
|
||||
jobs:
|
||||
##############################################################################
|
||||
# JOB: DOCKER BUILD TEST #####################################################
|
||||
|
||||
5
.github/workflows/test_federation.yml
vendored
5
.github/workflows/test_federation.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: gradido test_federation CI
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- none
|
||||
|
||||
jobs:
|
||||
##############################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user