Skip to content

Commit

Permalink
Merge branch '2' into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 30, 2023
2 parents e7ad1ad + 26154a2 commit 928d18c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ on:
push:
pull_request:
workflow_dispatch:
# Every Wednesday at 1:10pm UTC
schedule:
- cron: '10 13 * * 3'

jobs:
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
16 changes: 16 additions & 0 deletions .github/workflows/dispatch-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dispatch CI

on:
# At 1:10 PM UTC, only on Wednesday and Thursday
schedule:
- cron: '10 13 * * 3,4'

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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
"SilverStripe\\ElementalFileBlock\\Tests\\Behat\\Context\\": "tests/behat/src/"
}
}
}
}
5 changes: 0 additions & 5 deletions lang/fi.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
fi:
SilverStripe\ElementalFileBlock\Block\FileBlock:
BlockType: Tiedosto
PLURALNAME: ''
PLURALS:
one: ''
other: ''
SINGULARNAME: ''
5 changes: 0 additions & 5 deletions lang/nl.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
nl:
SilverStripe\ElementalFileBlock\Block\FileBlock:
BlockType: Bestand
PLURALNAME: ''
PLURALS:
one: ''
other: ''
SINGULARNAME: ''
7 changes: 0 additions & 7 deletions lang/sl.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
sl:
SilverStripe\ElementalFileBlock\Block\FileBlock:
BlockType: Datoteka
PLURALNAME: ''
PLURALS:
one: ''
two: ''
few: ''
other: ''
SINGULARNAME: ''

0 comments on commit 928d18c

Please sign in to comment.