Skip to content

Commit

Permalink
ci: pr libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr committed Oct 9, 2024
1 parent 3668c2b commit e25c7f3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "CI: Libs"
name: "PR: Libs"

on:
push:
Expand All @@ -23,8 +23,7 @@ jobs:
runs-on: ubuntu-latest
needs: find-verticals
strategy:
matrix:
path: ${{ fromJson(needs.find-verticals.outputs.verticals) }}
matrix: ${{ fromJson(needs.find-verticals.outputs.matrix) }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e25c7f3

Please sign in to comment.