We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6531b51 commit c19ef08Copy full SHA for c19ef08
.github/workflows/gpu_tests.yml
@@ -15,6 +15,7 @@ concurrency:
15
16
jobs:
17
check-file-changes:
18
+ if: startsWith(github.ref, 'refs/heads/pull-request/')
19
runs-on: ubuntu-latest
20
outputs:
21
any_changed: ${{ steps.changed-tests.outputs.any_changed }}
.github/workflows/pages.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
branches: [main, release/*]
6
push:
7
- branches: [main, release/*]
+ branches: [main]
8
schedule:
9
- cron: "0 0 * * *" # Nightly
10
0 commit comments