From 37bc6ea4dce3e8af6ad37709e584e4f2a984dd11 Mon Sep 17 00:00:00 2001 From: Weslley Nascimento Rocha Date: Mon, 21 Dec 2020 16:18:54 -0300 Subject: [PATCH] Create should-i-deploy.yml --- .github/workflows/should-i-deploy.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/should-i-deploy.yml diff --git a/.github/workflows/should-i-deploy.yml b/.github/workflows/should-i-deploy.yml new file mode 100644 index 0000000..b895e03 --- /dev/null +++ b/.github/workflows/should-i-deploy.yml @@ -0,0 +1,16 @@ +name: should-i-deploy-today + +on: + schedule: + - cron: 0 0 * * 1-5 + pull_request: + branches: [ master ] + +jobs: + preview: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: weslleynasrocha/should-i-deploy-today@v1.0.1 + with: + timezone: america/sao_paulo