From 2d2871116513118e276d1e1186e267b30f698479 Mon Sep 17 00:00:00 2001 From: Sophie Mondz Date: Wed, 27 Apr 2022 19:48:05 -0500 Subject: [PATCH] Add a time-limit --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 71a660e..9edfd2d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -13,7 +13,7 @@ concurrency: # prevent concurrent deploys doing strange things jobs: deploy: runs-on: ubuntu-latest - + timeout-minutes: 15 steps: - uses: actions/checkout@v1 # When the dist_dir is ready, deploy it to neocities