Skip to content

Commit

Permalink
Update legacy workflow PR check
Browse files Browse the repository at this point in the history
We now trace in init when using reconciled tracing, so we no longer need
to set the `CODEQL_EXTRACTOR_GO_BUILD_TRACING` environment variable.
  • Loading branch information
Henry Mercer committed Sep 1, 2022
1 parent e460fa2 commit e303e2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/__go-reconciled-tracing-legacy-workflow.yml

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

2 changes: 0 additions & 2 deletions pr-checks/checks/go-reconciled-tracing-legacy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ os: ["ubuntu-latest", "macos-latest"]
env:
# Enable reconciled Go tracing beta functionality
CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true"
# Remove this once we start injecting the Go tracer in the init step.
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
- uses: actions/setup-go@v3
Expand Down

0 comments on commit e303e2c

Please sign in to comment.