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

disable codeql on terraform-only changes #751

Merged
merged 1 commit into from Sep 7, 2023

Conversation

bobcallaway
Copy link
Member

Summary

Release Note

Documentation

Signed-off-by: Bob Callaway <bcallaway@google.com>
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry double check that

@@ -7,6 +7,8 @@ on:
pull_request:
branches:
- main
paths-ignore:
- 'terraform/**'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

humm that will not run and the check that is required will not be valid and will block

we should use the dorny/paths-filter@v2 to filter then that will properly skip the job

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, its worked across other workflows in this repo....... I guess I don't understand the difference?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh really? That is good news then GitHub changed that behavior nice

@cpanato cpanato merged commit 4d6984b into sigstore:main Sep 7, 2023
17 checks passed
codysoyland added a commit that referenced this pull request Sep 15, 2023
This reverts commit 4d6984b.
Branch protection rules require the CodeQL check.

Signed-off-by: Cody Soyland <codysoyland@github.com>
codysoyland added a commit that referenced this pull request Sep 15, 2023
* Revert "disable codeql on terraform-only changes (#751)"

This reverts commit 4d6984b.
Branch protection rules require the CodeQL check.

Signed-off-by: Cody Soyland <codysoyland@github.com>

* Filter paths for CodeQL

Signed-off-by: Cody Soyland <codysoyland@github.com>

---------

Signed-off-by: Cody Soyland <codysoyland@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants