Skip to content
clock

GitHub Action

No Deploy Friday

v1 Latest version

No Deploy Friday

clock

No Deploy Friday

This GitHub Action will prevent you from deploying on Friday after 5pm

Installation

Copy and paste the following snippet into your .yml file.

              

- name: No Deploy Friday

uses: gbougakov/no-deploy-friday@v1

Learn more about this action in gbougakov/no-deploy-friday

Choose a version

This GitHub Action will prevent you from deploying on Friday after 5pm.

Inputs

timezone

Required Your local timezone. Default "UTC".

Example usage

uses: gbougakov/no-deploy-friday@v1
with:
  timezone: 'Europe/Moscow'