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