Skip to content

Commit

Permalink
fix typo and rename tests to avoid conflict
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <[email protected]>
  • Loading branch information
catsby committed Sep 26, 2024
1 parent 84cda71 commit 147f08a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/k3d/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: setup-k3d
description: "Install k3d and create a cluster"

inputs:
create-clutser:
create-cluster:
description: "Boolean specifying if k3d should create a cluster after installation"
required: false
default: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E Tests
name: E2E Release Tests
on:
workflow_call: # This is the event that triggers the workflow

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E Tests
name: E2E PR Tests
on:
pull_request:
paths-ignore:
Expand Down

0 comments on commit 147f08a

Please sign in to comment.