Skip to content

Commit

Permalink
Merge pull request #44 from creative-commoners/pulls/2.0/module-stand…
Browse files Browse the repository at this point in the history
…ardiser-1693278844

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored Aug 29, 2023
2 parents 701494e + 3a5f0ea commit f22415e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Keepalive

on:
workflow_dispatch:
# The 4th of every month at 10:50am UTC
# At 10:50 PM UTC, on day 27 of the month
schedule:
- cron: '50 10 4 * *'
- cron: '50 22 27 * *'
workflow_dispatch:

jobs:
keepalive:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2018, SilverStripe Ltd. All rights reserved.
Copyright (c) 2018, Silverstripe Ltd. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"colymba/gridfield-bulk-editing-tools": "4.0.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"silverstripe/gridfieldqueuedexport": "^3",
"symbiote/silverstripe-queuedjobs": "^5"
},
Expand All @@ -33,4 +33,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}

0 comments on commit f22415e

Please sign in to comment.