Skip to content

Commit

Permalink
fix(clustertool): ensure CI pipelines work
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Nov 3, 2024
1 parent 8b8e267 commit 19b3b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Automerge and Approve

on:
workflow_run:
# If you want to filter based on a specific finisher workflow, add here
# workflows: ["Pull Request: Validate"] # Name of the main CI workflow
workflows: ["Placeholder"] # Name of the main CI workflow
types:
- completed

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Pull Request: Validate"
name: "Placeholder"

on:
pull_request:
Expand Down

0 comments on commit 19b3b97

Please sign in to comment.