-
Notifications
You must be signed in to change notification settings - Fork 52
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
Cleanup CI workflows #321
Cleanup CI workflows #321
Conversation
gaby
commented
Jan 7, 2024
•
edited
Loading
edited
- Remove redundant comments.
- Fix go-versions inconsistency across ci files.
- Add '*' for branches in pull request.
- Add govulncheck workflow.
- Rename workflows with the tool name.
- Merge changes from Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 #319 here
@@ -27,9 +27,6 @@ jobs: | |||
with: | |||
node-version: '18' | |||
|
|||
- name: Install JQ | |||
run: sudo apt-get install jq |
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.
Runners have jq
pre-installed.
@ReneWerner87 I noticed the tests didn't run in #316 when i added the "*" rule for pull-requests branches it triggered the CI. Thus why I did this PR |
@ReneWerner87 Should we add a rule that benchmarks only run if changes to |
Yes sounds good |
@efectn @ReneWerner87 Done, benchmark will only run on changes to |