Skip to content

Commit 2c11c6d

Browse files
committed
point acceptance-test.yaml workflow to be called from main
1 parent e88b326 commit 2c11c6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
acceptance-tests:
8585
needs: [build, coverage]
86-
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@unify-acceptance-test-jobs-action
86+
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@main
8787
with:
8888
runs-on: ubuntu-latest
8989
os-name: linux

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
acceptance-tests-eks:
2121
needs: [build]
22-
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@unify-acceptance-test-jobs-action
22+
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@main
2323
with:
2424
runs-on: ubuntu-latest
2525
os-name: linux
@@ -48,7 +48,7 @@ jobs:
4848

4949
acceptance-tests-gke:
5050
needs: [build]
51-
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@unify-acceptance-test-jobs-action
51+
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@main
5252
with:
5353
runs-on: macOS-latest
5454
os-name: darwin

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221

222222
smoke-tests:
223223
needs: [build]
224-
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@unify-acceptance-test-jobs-action
224+
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@main
225225
with:
226226
runs-on: ubuntu-latest
227227
os-name: linux
@@ -246,7 +246,7 @@ jobs:
246246

247247
acceptance-tests:
248248
needs: [build, lint, unit-tests, integration-tests, ui-integration-tests]
249-
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@unify-acceptance-test-jobs-action
249+
uses: weaveworks/weave-gitops-enterprise/.github/workflows/acceptance-test.yaml@main
250250
with:
251251
runs-on: ubuntu-latest
252252
os-name: linux

0 commit comments

Comments
 (0)