feat(library): add Agent Threat Rules (ATR) detection rail #1060
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Skip PR Tests | |
| on: | |
| pull_request: | |
| paths: | |
| - "**/*.md" | |
| - ".github/**" | |
| jobs: | |
| pr-tests-summary: | |
| name: PR Tests Summary | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "Tests skipped (no code changes)" |