Skip to content

Commit

Permalink
chore: fix azure janitor action url (#801)
Browse files Browse the repository at this point in the history
azure-janitor is now under rancher organization

Signed-off-by: Carlos Salas <carlos.salas@suse.com>
  • Loading branch information
salasberryfin authored Oct 23, 2024
1 parent 91a5eee commit f2d9579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-long-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: always()
uses: rancher-sandbox/azure-janitor@v0.1.2
uses: rancher/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: always()
uses: rancher-sandbox/azure-janitor@v0.1.2
uses: rancher/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: always()
uses: rancher-sandbox/azure-janitor@v0.1.2
uses: rancher/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: always()
uses: rancher-sandbox/azure-janitor@v0.1.2
uses: rancher/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
path: _artifacts
- name: Cleanup Azure Resources
if: ${{ inputs.run_azure_janitor && always() }}
uses: rancher-sandbox/azure-janitor@v0.1.2
uses: rancher/azure-janitor@v0.1.2
with:
resource-groups: highlander-e2e*
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID}}
Expand Down

0 comments on commit f2d9579

Please sign in to comment.