mirror of
https://github.com/silverstripe/silverstripe-textextraction
synced 2024-10-22 11:06:00 +02:00
Compare commits
No commits in common. "3" and "3.5.0-beta1" have entirely different histories.
3
...
3.5.0-beta
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -4,8 +4,13 @@ on:
|
|||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
# Every Saturday at 12:20pm UTC
|
||||||
|
schedule:
|
||||||
|
- cron: '20 12 * * 6'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: CI
|
name: CI
|
||||||
|
# Only run cron on the silverstripe account
|
||||||
|
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
||||||
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
|
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
|
||||||
|
16
.github/workflows/dispatch-ci.yml
vendored
16
.github/workflows/dispatch-ci.yml
vendored
@ -1,16 +0,0 @@
|
|||||||
name: Dispatch CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
# At 12:20 PM UTC, only on Saturday and Sunday
|
|
||||||
schedule:
|
|
||||||
- cron: '20 12 * * 6,0'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
dispatch-ci:
|
|
||||||
name: Dispatch CI
|
|
||||||
# Only run cron on the silverstripe account
|
|
||||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Dispatch CI
|
|
||||||
uses: silverstripe/gha-dispatch-ci@v1
|
|
@ -21,9 +21,9 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^7.4 || ^8.0",
|
||||||
"silverstripe/framework": "^4.10",
|
"silverstripe/framework": "4.13.0-beta1",
|
||||||
"silverstripe/assets": "^1",
|
"silverstripe/assets": "1.13.0-beta1",
|
||||||
"silverstripe/versioned": "^1",
|
"silverstripe/versioned": "1.13.0-beta1",
|
||||||
"guzzlehttp/guzzle": "^6.3 || ^7.0"
|
"guzzlehttp/guzzle": "^6.3 || ^7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
Loading…
Reference in New Issue
Block a user