Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit e5c6287

Browse files
authored
Disable "test-upstreams" action except in workflow dispatch case (#569)
1 parent e08f460 commit e5c6287

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test-upstreams.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ name: Test Upstreams
55

66
on:
77
workflow_dispatch:
8-
push:
9-
branches:
10-
- main
11-
schedule:
12-
# <minute [0,59]> <hour [0,23]> <day of the month [1,31]> <month of the year [1,12]> <day of the week [0,6]>
13-
# https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07
14-
# Run every Mon,Wed,Thurs at 19:00:00 UTC (Monday at 11:00:00 PST)
15-
- cron: "0 19 * * 1,3,4"
8+
# push:
9+
# branches:
10+
# - main
11+
# schedule:
12+
# # <minute [0,59]> <hour [0,23]> <day of the month [1,31]> <month of the year [1,12]> <day of the week [0,6]>
13+
# # https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07
14+
# # Run every Mon,Wed,Thurs at 19:00:00 UTC (Monday at 11:00:00 PST)
15+
# - cron: "0 19 * * 1,3,4"
1616

1717
jobs:
1818
test-core-lib:

0 commit comments

Comments
 (0)