Skip to content

Commit

Permalink
Update rules to include tests for SVE (#20451)
Browse files Browse the repository at this point in the history
* Updating SVE rules

* Fixing paths

* Adding tests for cherry pick
  • Loading branch information
woody-apple authored Jul 7, 2022
1 parent b952d43 commit 4f7d5cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ gn:
- "*.gn"
- "*.gni"

tests:
- src/app/tests/*

github:
- .github

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cherry-picks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
|| (contains(github.event.pull_request.labels.*.name, 'android'))
|| (contains(github.event.pull_request.labels.*.name, 'examples'))
|| (contains(github.event.pull_request.labels.*.name, 'scripts'))
|| (contains(github.event.pull_request.labels.*.name, 'tests'))
|| (contains(github.event.pull_request.labels.*.name, 'workflows'))
|| (contains(github.event.pull_request.labels.*.name, 'github'))
|| (contains(github.event.pull_request.labels.*.name, 'sve cherry-pick'))
Expand Down

0 comments on commit 4f7d5cf

Please sign in to comment.