Skip to content

Commit f38d139

Browse files
committed
Disable running of sage-ci tests except on tagged commits. Ref #3093.
1 parent 03ca0a3 commit f38d139

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-sage.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Run Sage CI for Linux
77
## - continuous integration, by building and testing other software
88
## that depends on this project.
99
##
10-
## It runs on every pull request and push of a tag to the GitHub repository.
10+
## It runs on every push of a tag to the GitHub repository.
1111
##
1212
## The testing can be monitored in the "Actions" tab of the GitHub repository.
1313
##
@@ -33,11 +33,7 @@ name: Run Sage CI for Linux
3333
## Many copies of the second step are run in parallel for each of the tested
3434
## systems/configurations.
3535

36-
#on: [push, pull_request]
37-
3836
on:
39-
pull_request:
40-
types: [opened, synchronize]
4137
push:
4238
tags:
4339
- '*'

0 commit comments

Comments
 (0)