Skip to content

Commit

Permalink
Merge pull request #1 from kenshoo/AndriiY-SK-patch-1
Browse files Browse the repository at this point in the history
Create dependency-submission.yml
  • Loading branch information
AndriiY-SK authored Oct 21, 2024
2 parents 866ba9b + 313e3eb commit 7caac90
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Dependency review'
on:
pull_request:
workflow_dispatch:

jobs:
submit:
uses: kenshoo/actions/.github/workflows/callable_dependency_review_pr.yml@parallel-multilang
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Dependency submission'
on:
push:
branches:
- master
workflow_dispatch:

jobs:
submit:
uses: kenshoo/actions/.github/workflows/callable_dependency_submission_master.yml@parallel-multilang
secrets: inherit

0 comments on commit 7caac90

Please sign in to comment.