Selaa lähdekoodia

continued pipeline work

Signed-off-by: Alex Meijer <alexander.meijer@ibm.com>
Alex Meijer 1 vuosi sitten
vanhempi
sitoutus
b41c5b33b9
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      .github/workflows/integration-testing.yaml

+ 3 - 3
.github/workflows/integration-testing.yaml

@@ -115,7 +115,7 @@ jobs:
                 
     build-test-stack:
         needs: wait_for_image_ready
-        uses: opencost/opencost-infra/.github/workflows/build-stack.yaml@master
+        uses: opencost/opencost-infra/.github/workflows/build-stack.yaml@main
         secrets: inherit
         with:
             oc-container-version: "${{ needs.wait_for_image_ready.outputs.IMAGE_TAG }}"
@@ -145,7 +145,7 @@ jobs:
     run-tests:
         needs: [wait_for_image_ready, build-test-stack, wait-for-dns]
         permissions: {}
-        uses: opencost/opencost-infra/.github/workflows/test-stack.yaml@master
+        uses: opencost/opencost-infra/.github/workflows/test-stack.yaml@main
         secrets: inherit
         with:
             namespace: "${{ needs.wait_for_image_ready.outputs.NAMESPACE }}"
@@ -154,7 +154,7 @@ jobs:
     teardown-test-stack:
         needs: [wait_for_image_ready, run-tests]
         permissions: {}
-        uses: opencost/opencost-infra/.github/workflows/destroy-stack.yaml@master
+        uses: opencost/opencost-infra/.github/workflows/destroy-stack.yaml@main
         if: always()
         secrets: inherit 
         with: