Skip to content

Commit eb5e1ea

Browse files
committed
CI debug
1 parent fe51df8 commit eb5e1ea

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: CI
33
on:
44
schedule:
55
- cron: '30 9 * * *' # Pacific Time 01:30 AM in UTC
6-
# pull_request:
7-
# types:
8-
# - opened
9-
# - reopened
10-
# - ready_for_review
11-
# - synchronize
12-
# paths-ignore:
13-
# - '**.md'
14-
# - '.github/triage/**'
6+
pull_request:
7+
types:
8+
- opened
9+
- reopened
10+
- ready_for_review
11+
- synchronize
12+
paths-ignore:
13+
- '**.md'
14+
- '.github/triage/**'
1515
workflow_dispatch:
1616
inputs:
1717
PUBLISH:

0 commit comments

Comments
 (0)