Skip to content

Commit

Permalink
Remove scheduled runs of the CI GPU workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-jmac committed Feb 16, 2024
1 parent cca30d4 commit fd5894a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-model-regression-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
name: CI - Model Regression on schedule

on:
schedule:
# Run once a week
- cron: "1 23 * * */7"
workflow_dispatch:

env:
GKE_ZONE: us-central1
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/ci-model-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
name: CI - Model Regression

on:
push:
branches:
- "[0-9]+.[0-9]+.x"
tags:
- "**"
pull_request:
types: [opened, synchronize, labeled]
workflow_dispatch:

concurrency:
group: ci-model-regression-${{ github.ref }} # branch or tag name
Expand Down

0 comments on commit fd5894a

Please sign in to comment.