Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Run paid CI on GCP for main, when review is requested and manually only.
  • Loading branch information
ssheorey committed Mar 7, 2024
commit 63134d640334308d7a5986227a1a8233c6f2435a
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
# Reduce CI frequency for paid CI.
types: [review_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-openblas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
# Reduce CI frequency for paid CI.
types: [review_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down