We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5733a85 commit c0cb48dCopy full SHA for c0cb48d
.github/workflows/ci.yml
@@ -4,13 +4,8 @@ on:
4
push:
5
pull_request:
6
workflow_dispatch:
7
- # Every Friday at 10:20am UTC
8
- schedule:
9
- - cron: '20 10 * * 5'
10
11
jobs:
12
ci:
13
name: CI
14
- # Only run cron on the silverstripe account
15
- if: (github.event_name == 'schedule' && github.repository_owner == 'lekoala') || (github.event_name != 'schedule')
16
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
0 commit comments