Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey.shulika committed Jan 3, 2024
1 parent 5afb939 commit 37386a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
runsOn: ${{ inputs.runsOn }}

check_licenses:
runs-on: ${{ inputs.runsOn }}
with:
runsOn: ${{ inputs.runsOn }}
needs: [prebuild-job]

steps:
Expand Down

0 comments on commit 37386a8

Please sign in to comment.