Skip to content

Commit c0cb48d

Browse files
committed
update ci
1 parent 5733a85 commit c0cb48d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ on:
44
push:
55
pull_request:
66
workflow_dispatch:
7-
# Every Friday at 10:20am UTC
8-
schedule:
9-
- cron: '20 10 * * 5'
107

118
jobs:
129
ci:
1310
name: CI
14-
# Only run cron on the silverstripe account
15-
if: (github.event_name == 'schedule' && github.repository_owner == 'lekoala') || (github.event_name != 'schedule')
1611
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1

0 commit comments

Comments
 (0)