From 2c4313ebff68694110e3a4d9ebe9f24789e8e2d9 Mon Sep 17 00:00:00 2001 From: Joabe Silva <73668618+Joabesv@users.noreply.github.com> Date: Sat, 20 Jan 2024 15:12:02 -0300 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 27597925..75a4560c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,10 +5,11 @@ on: branches: - main workflow_dispatch: - + jobs: deploy: runs-on: ubuntu-latest + timeout-minutes: 5 steps: - name: 📦 Checkout code uses: actions/checkout@v4