Skip to content

Commit

Permalink
Remove unused CODEQL_ACTION_RECONCILE_GO_EXTRACTION from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Oct 25, 2022
1 parent 6d32d02 commit d65ed09
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/__go-custom-tracing-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/__go-reconciled-tracing-autobuilder.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pr-checks/checks/go-custom-tracing-autobuild.yml
Expand Up @@ -2,7 +2,6 @@ name: "Go: Autobuild custom tracing"
description: "Checks that Go tracing works in conjunction with the autobuilder"
os: ["ubuntu-latest", "macos-latest"]
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
- uses: actions/setup-go@v3
Expand Down
1 change: 0 additions & 1 deletion pr-checks/checks/go-reconciled-tracing-autobuilder.yml
Expand Up @@ -2,7 +2,6 @@ name: "Go: Reconciled tracing with autobuilder"
description: "Checks that Go reconciled tracing works when using an autobuilder step"
os: ["ubuntu-latest", "macos-latest"]
env:
CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true"
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
- uses: actions/setup-go@v3
Expand Down
3 changes: 0 additions & 3 deletions pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml
@@ -1,8 +1,5 @@
name: "Go: Reconciled tracing with custom build steps"
description: "Checks that reconciled Go tracing traces the build when using custom build steps"
env:
# Enable reconciled Go tracing beta functionality
CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true"
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit d65ed09

Please sign in to comment.