mirror of
https://github.com/jbcr/MinkFacebookWebDriver.git
synced 2026-03-24 00:42:19 +01:00
18 lines
441 B
YAML
18 lines
441 B
YAML
name: Keepalive
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
# The 24th of every month at 1:50pm UTC
|
|
schedule:
|
|
- cron: '50 13 24 * *'
|
|
|
|
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
|
|
steps:
|
|
- name: Keepalive
|
|
uses: silverstripe/gha-keepalive@v1
|