2020-09-23 21:23:32 +00:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-09-13 09:52:18 +00:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2021-12-08 19:04:47 +00:00
|
|
|
workflow_dispatch:
|
2020-09-23 21:23:32 +00:00
|
|
|
|
|
|
|
jobs:
|
2022-12-15 15:41:32 +00:00
|
|
|
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
|
2022-12-14 13:53:47 +00:00
|
|
|
name: Licensed
|
|
|
|
#uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|
|
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main
|