Skip to content

Commit 1106019

Browse files
Minor CI fix
Signed-off-by: Keval Morabia <[email protected]>
1 parent 6a2127a commit 1106019

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
[CONFIGURATION] @kevalmorabia97 @RalphMao
2-
.pre-commit-config.yaml
3-
CONTRIBUTING.md
4-
LICENSE
5-
pyproject.toml
6-
SECURITY.md
7-
setup.py
8-
tox.ini
1+
# Configuration files
2+
.github @kevalmorabia97 @RalphMao
3+
.gitlab @kevalmorabia97 @RalphMao
4+
.pre-commit-config.yaml @kevalmorabia97 @RalphMao
5+
CONTRIBUTING.md @kevalmorabia97 @RalphMao
6+
LICENSE @kevalmorabia97 @RalphMao
7+
pyproject.toml @kevalmorabia97 @RalphMao
8+
SECURITY.md @kevalmorabia97 @RalphMao
9+
setup.py @kevalmorabia97 @RalphMao
10+
tox.ini @kevalmorabia97 @RalphMao

.github/workflows/gpu_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ concurrency:
1515

1616
jobs:
1717
check-file-changes:
18+
if: startsWith(github.ref, 'refs/heads/pull-request/')
1819
runs-on: ubuntu-latest
1920
outputs:
2021
any_changed: ${{ steps.changed-tests.outputs.any_changed }}

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [main, release/*]
66
push:
7-
branches: [main, release/*]
7+
branches: [main]
88
schedule:
99
- cron: "0 0 * * *" # Nightly
1010

0 commit comments

Comments
 (0)