Skip to content

Commit

Permalink
fix: type in parent workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Sep 16, 2024
1 parent 169302e commit caa564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2eFullRegression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
call-e2etest:
name: Call E2E test workflow
uses: ./.github/workflows/e2etest.yml
uses: ./.github/workflows/e2etest.yaml
with:
platform_env: ${{ inputs.platform_env }}
cucumber_tags: "@FullRegression"
Expand Down

0 comments on commit caa564d

Please sign in to comment.