Skip to content

Commit

Permalink
Merge pull request #68 from creative-commoners/pulls/master/module-st…
Browse files Browse the repository at this point in the history
…andardiser-1716166482

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 7d7d8a9 + 513e73d commit d744b2c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Keepalive

on:
# At 7:35 PM UTC, on day 8 of the month
schedule:
- cron: '35 19 8 * *'
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) 2013-2023, SilverStripe Limited - www.silverstripe.com
Copyright (c) 2013-2023, Silverstripe Limited - www.silverstripe.com
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit d744b2c

Please sign in to comment.