Skip to content

Commit

Permalink
Merge pull request #118 from creative-commoners/pulls/master/module-s…
Browse files Browse the repository at this point in the history
…tandardiser-1716166432

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 04036d2 + 0adf997 commit 1bc05f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: Keepalive

on:
# The 4th of every month at 11:20am UTC
# At 8:40 AM UTC, on day 13 of the month
schedule:
- cron: '20 11 4 * *'
- cron: '40 8 13 * *'
workflow_dispatch:

permissions: {}

jobs:
keepalive:
name: Keepalive
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- name: Keepalive
uses: silverstripe/gha-keepalive@v1
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2006-2023, SilverStripe Limited - www.silverstripe.com
Copyright (c) 2006-2023, Silverstripe Limited - www.silverstripe.com
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3"
}
}

0 comments on commit 1bc05f6

Please sign in to comment.