Skip to content

Commit

Permalink
Run paid CI on GCP for main, when review is requested and manually only.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Mar 7, 2024
1 parent 72746b9 commit 63134d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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

0 comments on commit 63134d6

Please sign in to comment.