Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjura committed Apr 16, 2024
1 parent 4d2efd0 commit b3bc920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_RESOURCE_GROUP: ${{ secrets.AZURE_RESOURCE_GROUP }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
e2e-test-v2.9:
e2e-test-v2_9:
uses: ./.github/workflows/e2e-release.yaml
with:
branch: release-v2.9
Expand All @@ -23,7 +23,7 @@ jobs:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_RESOURCE_GROUP: ${{ secrets.AZURE_RESOURCE_GROUP }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
e2e-test-v2.8:
e2e-test-v2_8:
uses: ./.github/workflows/e2e-release.yaml
with:
branch: release-v2.8
Expand All @@ -33,7 +33,7 @@ jobs:
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_RESOURCE_GROUP: ${{ secrets.AZURE_RESOURCE_GROUP }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
e2e-test-v2.7:
e2e-test-v2_7:
uses: ./.github/workflows/e2e-release.yaml
with:
branch: release-v2.7
Expand Down

0 comments on commit b3bc920

Please sign in to comment.