Skip to content

.github/workflows/run.yml #782

.github/workflows/run.yml

.github/workflows/run.yml #782

Workflow file for this run

on:
schedule:
- cron: '5 12 * * 3' # 12:05 UTC, Weekly on a Wednesday
workflow_dispatch:
jobs:
daniel_the_manual_spaniel:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0
with:
bundler-cache: true
- run: bundle exec rake notify:expired
env:
REALLY_POST_TO_SLACK: ${{ (github.event_name == 'schedule') && 1 || 0 }}
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}