Skip to content

Commit

Permalink
Merge pull request #52 from creative-commoners/pulls/main/module-stan…
Browse files Browse the repository at this point in the history
…dardiser-1716166334

MNT Run module-standardiser
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 6c2b613 + 5c03a11 commit b8961f2
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 9:45 PM UTC, on day 14 of the month
schedule:
- cron: '45 21 14 * *'
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) 2023, SilverStripe Limited - www.silverstripe.com
Copyright (c) 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 b8961f2

Please sign in to comment.