Skip to content

Commit

Permalink
Rename reusable workflow file name
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 29, 2024
1 parent 7726c3f commit acf2893
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upgrade Tests Reusable Workflow
name: Upgrade Tests Workflow (reusable)

env:
E2E_LOG_LEVEL: debug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
upgrade-test:
uses: ./.github/workflows/upgrade-tests-reusable.yaml
uses: ./.github/workflows/e2e-upgrade-test-reusable.yaml
with:
pre-upgrade-image-tag: main
post-upgrade-image-tag: PR-${{ github.event.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "latest_release_tag=$(curl -s https://api.github.com/repos/kyma-project/eventing-manager/releases/latest | jq -r '.tag_name')" >> "$GITHUB_OUTPUT"
upgrade-test:
uses: ./.github/workflows/upgrade-tests-reusable.yaml
uses: ./.github/workflows/e2e-upgrade-test-reusable.yaml
needs: get-latest-release
with:
pre-upgrade-image-tag: ${{ needs.get-latest-release.outputs.latest_release_tag }}
Expand Down

0 comments on commit acf2893

Please sign in to comment.