-
Notifications
You must be signed in to change notification settings - Fork 8
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 job name to .github/workflows/cpp_test.yml #115
Labels
bug
Unwanted / harmful behavior
Comments
Sorry, there is another workflow that must be adapted: https://github.com/exasol/r-exasol/blob/main/.github/workflows/windows_macosx.yml |
tomuben
added a commit
that referenced
this issue
Mar 28, 2022
tomuben
added a commit
that referenced
this issue
Mar 29, 2022
Remaining job-names will be fixed with #120. Closing this one now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
github-keeper can only update the branch protection in this repo if a job name is defined in
.github/workflows/cpp_test.yml
:Validation Error for .github/workflows/cpp_test.yml: matrix github-action jobs with object parameters and no job name are not supported. Please add a name field to the job that combines the matrix parameters into a more readable name. For example "Build with Go ${{matrix.go}} and Exasol ${{ matrix.db }}"
The text was updated successfully, but these errors were encountered: