Skip to content

Commit c19ef08

Browse files
Minor CI fix (#257)
Signed-off-by: Keval Morabia <[email protected]>
1 parent 6531b51 commit c19ef08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.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)