Skip to content

Commit

Permalink
Temporarily close license check (#2957)
Browse files Browse the repository at this point in the history
The engine's license is not synchronized for the time being, I will reopen it after synchronization
  • Loading branch information
CalvinKirs committed Sep 30, 2022
1 parent 5ad6907 commit 7a8a076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
-D"maven.wagon.httpconnectionManager.ttlSeconds"=120
dependency-license:
if: github.repository == 'apache/incubator-seatunnel'
# This job has somethings need todo, and it is not a blocker for the release.
if: "contains(toJSON(github.event.commits.*.message), '[ci-auto-license]')"
name: Dependency licenses
needs: [ sanity-check ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a8a076

Please sign in to comment.