Skip to content

Commit

Permalink
👷 ci: bump versions in e2e action, only trigger on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Jan 9, 2025
1 parent 8016c51 commit 9ce0551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: 'outscale-dev/osc-k8s-rke-cluster'
repository: 'outscale/osc-k8s-rke-cluster'
path: "set-up-rke-cluster"
- uses: azure/setup-kubectl@v4
- uses: azure/setup-helm@v4
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
env:
KUBECONFIG: set-up-rke-cluster/rke/kube_config_cluster.yml
- name: Destroy Cluster
uses: outscale-dev/osc-k8s-rke-cluster/github_actions/destroy_cluster@master
uses: outscale/osc-k8s-rke-cluster/github_actions/destroy_cluster@master
if: ${{ always() }}
with:
repository_folder: "set-up-rke-cluster"
Expand Down

0 comments on commit 9ce0551

Please sign in to comment.