Skip to content

Commit f1656e3

Browse files
committed
update
1 parent 52e4c22 commit f1656e3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/full_testing.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
name: Full Testing
22

3-
# on: # yamllint disable-line rule:truthy
4-
# workflow_dispatch:
5-
# schedule:
6-
# - cron: "0 6 * * *" # Everyday at 6:00am UTC/10:00pm PST
73
on: # yamllint disable-line rule:truthy
8-
push:
9-
branches:
10-
- master
11-
pull_request:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 6 * * *" # Everyday at 6:00am UTC/10:00pm PST
127

138
jobs:
149

0 commit comments

Comments
 (0)