Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcgrathTT committed Feb 6, 2025
1 parent 7499e54 commit 2d2a14c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,22 @@ concurrency:
cancel-in-progress: true

jobs:
changed-files:
uses: tj-actions/changed-files@v45
with:
files_yaml: |
doc:
- '**.md'
- docs/**
pre-commit:
uses: ./.github/workflows/pre-commit.yml
secrets: inherit
spdx:
uses: ./.github/workflows/spdx.yml
secrets: inherit
build-and-test:
if: github.event.pull_request.draft == false
if: github.event.pull_request.draft == false || needs.changed-files.outputs.doc_only_changed == 'true'
uses: ./.github/workflows/build-and-test.yml
secrets: inherit

Expand Down
2 changes: 1 addition & 1 deletion docs/src/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ error: process exited with status -1 (attach failed (Not allowed to attach to pr
he attach permission will likely have logged an informative message about why it was denied.))
```

For preinstalled macOS binaries you must manually codesign with debug entitlements.
Tor preinstalled macOS binaries you must manually codesign with debug entitlements.

Create file `debuggee-entitlement.xml`:
```xml
Expand Down

0 comments on commit 2d2a14c

Please sign in to comment.