Skip to content

Commit 0733c2b

Browse files
committed
test changed workflows
1 parent 8bd5dc3 commit 0733c2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request:
2+
# pull_request:
33

44
name: CI manager
55

.github/workflows/test_alpha_many_os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
# pull_request:
2+
pull_request:
33
# workflow_dispatch:
44

55
name: Test latest alpha releases for macOS and Linux

.github/workflows/test_nightly_many_os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
# pull_request:
2+
pull_request:
33
# workflow_dispatch:
44

55
name: Test latest nightly releases for macOS and Linux

0 commit comments

Comments
 (0)