Skip to content

Commit efed64d

Browse files
committed
remove most of cis
1 parent daf50f4 commit efed64d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Check code and run unit tests
55

66
on:
7-
workflow_call
7+
workflow_call:
88

99
jobs:
1010
checks:

.github/workflows/ci-reference-architecture.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Reference Architecture Test
55

66
on:
77
# To be replaced by either schedule run or on demand
8-
pull_request:
8+
# pull_request:
99

1010
jobs:
1111
reference-architecture:

.github/workflows/ci-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Mimic UAT Tests
55

66
on:
7-
pull_request:
7+
# pull_request:
88

99
jobs:
1010
integration-tests:

.github/workflows/on_pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99

1010
on:
11-
pull_request:
11+
# pull_request:
1212

1313
jobs:
1414
tests:

0 commit comments

Comments
 (0)