Skip to content

Commit b5c48b7

Browse files
alexanpatrananos
authored andcommitted
feat: fluidity as mechanism plugin + policy plugins. cont. agent crds.
Signed-off-by: Alexandros Patras <patras@uth.gr>
1 parent 3da9be9 commit b5c48b7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ jobs:
5959
uses: ./.github/workflows/build-northbound-api.yml
6060
secrets: inherit
6161

62+
build-test-app:
63+
#needs: [build-agent-pkg]
64+
name: Build testing application containers
65+
if: |
66+
contains(github.event.pull_request.labels.*.name, 'ok-to-test') &&
67+
!contains(github.event.pull_request.labels.*.name, 'skip-build-containers')
68+
uses: ./.github/workflows/build-test-application.yml
69+
secrets: inherit
70+
6271

6372
# lint:
6473
# name: Lint code

0 commit comments

Comments
 (0)