Skip to content

Commit f3af6a4

Browse files
authored
chore(ci): move copyright-check to MR only, dev-wheel disable (#230)
* Move copyright-check to MRs only * Disable the dev-wheel job that always fails Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>
1 parent 89a59e3 commit f3af6a4

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/copyright-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ name: Copyright check
1717
on:
1818
push:
1919
branches:
20-
- main
2120
- "pull-request/[0-9]+"
22-
- "deploy-release/*"
2321

2422
jobs:
2523
pre-flight:

.github/workflows/dev-wheel.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
name: "Dev Wheel"
2323

2424
on:
25-
push:
26-
branches:
27-
- main
25+
# Disabled due to connectivity issues
26+
# push:
27+
# branches:
28+
# - main
2829
workflow_dispatch:
2930

3031
defaults:

0 commit comments

Comments
 (0)