-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add workflow files #97
Conversation
.github/workflows/license_check.yml
Outdated
# - name: Set workflow status | ||
# run: echo "::set-output name=status::Failure" | ||
# if: steps.set_status.outputs.result == 'FAILED due to unknown licenses found' | ||
# continue-on-error: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, this should be removed
name: Check licenses | ||
|
||
on: | ||
workflow_dispatch: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for your information: this won't work until this workflow is merged into the default branch. The workflow can be triggered manually only if it is in the default branch
.github/workflows/license_check.yml
Outdated
name: Prebuild Job | ||
uses: th2-net/.github/.github/workflows/compound-prebuild-java-dev-workflow.yml@main | ||
with: | ||
runsOn: 'ubuntu-20.04' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we should use ubuntu-22.04 as it is the latest available one right now
Test Results20 tests 20 ✅ 5s ⏱️ Results for commit 3612644. |
old |
No description provided.