Skip to content

Commit

Permalink
ci: more derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Oct 9, 2024
1 parent 0327017 commit c6aaef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_find-verticals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
outputs:
matrix:
value: ${{ github.event.inputs.matrix }}
value: ${{ jobs.list.outputs.matrix }}
description: JSON object containing a job matrix of verticals

verticals:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "CI: Check solution files"
name: "PR: Check solution files"

on:
push: {}
pull_request: {}

jobs:
check-slns:
Expand Down

0 comments on commit c6aaef4

Please sign in to comment.