Skip to content

Commit

Permalink
Remove license_update
Browse files Browse the repository at this point in the history
Signed-off-by: Costin Lupu <[email protected]>
  • Loading branch information
clupuishere committed Nov 28, 2023
1 parent 0ee8d89 commit 5a6982a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,3 @@ jobs:
echo "license_changed=YES" >> $GITHUB_OUTPUT
fi
license_update:
name: Check if rust crates license files needs updates
runs-on: ubuntu-latest
needs: license
continue-on-error: true
steps:
- run: test "${{ needs.license.outputs.license_changed }}" == "NO"

0 comments on commit 5a6982a

Please sign in to comment.