Skip to content

Commit f17dcc8

Browse files
committed
Temporarily disables CI colab workflow until local runner is registered
Disables the pull request trigger in the CI testing workflow configuration. This prevents the workflow from running on every pull request, potentially reducing unnecessary CI runs.
1 parent b159d8a commit f17dcc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-testing-colab.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
tags-ignore:
1111
- 'v*'
1212
# Trigger the workflow on pull request
13-
pull_request:
14-
branches:
15-
- '**'
13+
#pull_request:
14+
# branches:
15+
# - '**'
1616
# Allows you to run this workflow manually from the Actions tab
1717
workflow_dispatch:
1818

0 commit comments

Comments
 (0)