Skip to content

Commit

Permalink
Merge pull request #4040 from Nordix/remove-unsupported-integration-t…
Browse files Browse the repository at this point in the history
…ests

Remove unsupported integration tests from workflows
  • Loading branch information
ljkiraly authored Jan 21, 2025
2 parents ff3b46d + 8dbed41 commit e8f3cf0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ jobs:
with:
tag: ${{ needs.get-tag.outputs.tag }}
dependent_repositories: |
["integration-k8s-packet",
"integration-k8s-gke",
"integration-k8s-aks",
"integration-k8s-aws",
"integration-k8s-kind",
"integration-interdomain-k8s"]
["integration-k8s-gke",
"integration-k8s-kind"]
secrets:
token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }}

0 comments on commit e8f3cf0

Please sign in to comment.