Update workflows to use reusable-workflows

This commit is contained in:
IvanZosimov
2022-12-19 16:40:34 +01:00
parent 5776c3457c
commit e07202b67f
7 changed files with 50 additions and 116 deletions

15
.github/workflows/licensed.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Licensed
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
name: Licensed
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main