Browse Source

Update docker-test.yml

comment out workflow dispatch to devops
Matthew R Kasun 3 years ago
parent
commit
16311f7efd
1 changed files with 5 additions and 6 deletions
  1. 5 6
      .github/workflows/docker-test.yml

+ 5 - 6
.github/workflows/docker-test.yml

@@ -29,9 +29,8 @@ jobs:
                   platforms: linux/amd64
                   push: true
                   tags: ghcr.io/gravitl/netmaker:testing
-            - name: Deploy Testing Server and Client(s)
-              run: |
-                  curl -X POST https://api.github.com/mattkasun/terraform-test/dispatches \
-                  -H 'Accept: application/vnd.github.everest-preview+json' \
-                  -u ${{ secrets.ACCESS_TOKEN }} 
-
+            #- name: Deploy Testing Server and Client(s)
+            #  run: |
+            #      curl -X POST https://api.github.com/mattkasun/terraform-test/dispatches \
+            #      -H 'Accept: application/vnd.github.everest-preview+json' \
+            #      -u ${{ secrets.ACCESS_TOKEN }}