diff --git a/.github/workflows/deploy-preview.yaml b/.github/workflows/deploy-preview.yaml index 95a508e..94f24ab 100644 --- a/.github/workflows/deploy-preview.yaml +++ b/.github/workflows/deploy-preview.yaml @@ -22,6 +22,7 @@ jobs: deploy-preview: name: Build & Deploy runs-on: ubuntu-latest + timeout-minutes: 15 if: | (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe')) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) diff --git a/.github/workflows/deploy-production.yaml b/.github/workflows/deploy-production.yaml index 136ff82..d925b4e 100644 --- a/.github/workflows/deploy-production.yaml +++ b/.github/workflows/deploy-production.yaml @@ -14,6 +14,7 @@ jobs: deploy-preview: name: Build & Deploy runs-on: ubuntu-latest + timeout-minutes: 15 permissions: deployments: write pull-requests: write