Skip to content

Instantly share code, notes, and snippets.

@ethomson
Last active December 17, 2019 02:18
Show Gist options
  • Save ethomson/c241fcd622172139ccaae0ab8088c75c to your computer and use it in GitHub Desktop.
Save ethomson/c241fcd622172139ccaae0ab8088c75c to your computer and use it in GitHub Desktop.
name: CI
on:
schedule:
- cron: 0 5 * * *
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- run: echo "::set-env name=DAY_OF_WEEK::$( date +%a )"
- run: echo "Somebody has a case of the mondays!"
if: env.DAY_OF_WEEK == 'Mon'
- run: echo "This runs every day..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment