From dc507e661d0995da7753efd6bbe4c046f5331110 Mon Sep 17 00:00:00 2001
From: dfeldick <dfeldick@axway.com>
Date: Mon, 12 Aug 2024 15:50:45 -0700
Subject: [PATCH] APIGOV-00001 - test

---
 .github/workflows/build-agents.yml        | 54 +++++++++++------------
 .github/workflows/build-docker-images.yml |  2 +-
 2 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/.github/workflows/build-agents.yml b/.github/workflows/build-agents.yml
index f302357..774007d 100644
--- a/.github/workflows/build-agents.yml
+++ b/.github/workflows/build-agents.yml
@@ -1,34 +1,34 @@
 name: Build agents
 
-on:
-  push:
-    branches: [main, '*']
+# on:
+#   push:
+#     branches: [main, '*']
 
-jobs:
-  testAgents:
-    uses: ./.github/workflows/run-tests.yml
+# jobs:
+#   testAgents:
+#     uses: ./.github/workflows/run-tests.yml
 
-  buildAgents:
-    needs: testAgents
-    env:
-      GOFLAGS: "-mod=mod"
-      VERSION: ${{ github.ref_name }}
-      COMMIT_ID: ${{ github.sha }}
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v4
+#   buildAgents:
+#     needs: testAgents
+#     env:
+#       GOFLAGS: "-mod=mod"
+#       VERSION: ${{ github.ref_name }}
+#       COMMIT_ID: ${{ github.sha }}
+#     runs-on: ubuntu-latest
+#     steps:
+#       - uses: actions/checkout@v4
 
-      - name: Set up Go
-        uses: actions/setup-go@v5
-        with:
-          go-version: 1.21
+#       - name: Set up Go
+#         uses: actions/setup-go@v5
+#         with:
+#           go-version: 1.21
 
-      - name: Build discovery agent
-        working-directory: .
-        run: |
-          make build-discovery
+#       - name: Build discovery agent
+#         working-directory: .
+#         run: |
+#           make build-discovery
 
-      - name: Build traceability agent
-        working-directory: .
-        run: |
-          make build-trace
\ No newline at end of file
+#       - name: Build traceability agent
+#         working-directory: .
+#         run: |
+#           make build-trace
\ No newline at end of file
diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml
index ae51d7c..feb192a 100644
--- a/.github/workflows/build-docker-images.yml
+++ b/.github/workflows/build-docker-images.yml
@@ -108,7 +108,7 @@ jobs:
 
   notifyTeamsChannel:
     runs-on: ubuntu-latest
-    needs: [buildDiscoveryAgentDocker, buildTraceabilityAgentDocker]
+    # needs: [buildDiscoveryAgentDocker, buildTraceabilityAgentDocker]
     steps:
       - uses: actions/checkout@v4
       - name: Notify Teams channel