Move workbench running check in ColorManager to prevent SWT errors when headless #1458
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Request license-review | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
call-license-check: | |
permissions: | |
pull-requests: write | |
uses: eclipse-dash/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master | |
with: | |
projectId: eclipse.pde | |
secrets: | |
gitlabAPIToken: ${{ secrets.PDE_GITLAB_API_TOKEN }} |