Skip to content
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

Closed
kaklakariada opened this issue Feb 18, 2022 · 2 comments · Fixed by #116
Closed

Add job name to .github/workflows/cpp_test.yml #115

kaklakariada opened this issue Feb 18, 2022 · 2 comments · Fixed by #116
Labels
bug Unwanted / harmful behavior

Comments

@kaklakariada
Copy link
Contributor

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 }}"

@kaklakariada
Copy link
Contributor Author

Sorry, there is another workflow that must be adapted: https://github.com/exasol/r-exasol/blob/main/.github/workflows/windows_macosx.yml

@tomuben
Copy link
Collaborator

tomuben commented Mar 29, 2022

Remaining job-names will be fixed with #120. Closing this one now.

@tomuben tomuben closed this as completed Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants