Skip to content

Commit

Permalink
Temporarily disable the CI correctness workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-bhuiyan committed Feb 27, 2025
1 parent 282b297 commit 911c3f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/correctness-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: OpenTurbine-CI

on:
push:
# deactivate workflow on feature branch for now
branches:
- main
paths-ignore:
- 'docs/**'
- '.github/workflows/deploy_docs.yaml'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/correctness-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: OpenTurbine-CI

on:
push:
# deactivate workflow on feature branch for now
branches:
- main
paths-ignore:
- 'docs/**'
- '.github/workflows/deploy_docs.yaml'
Expand Down

0 comments on commit 911c3f1

Please sign in to comment.