summaryrefslogtreecommitdiffstats
path: root/.github/workflows/upload_schema.yml
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2023-12-06 15:43:45 +0100
committerGitHub <noreply@github.com>2023-12-06 15:43:45 +0100
commitfe6bac6d9ebb5b5895c61385b47d9f303c70d777 (patch)
tree933e65d0bf3d1541016dd8234749fce35b78c728 /.github/workflows/upload_schema.yml
parentFix the bulk Job Launch Integration test in awx collection (#14702) (diff)
downloadawx-fe6bac6d9ebb5b5895c61385b47d9f303c70d777.tar.xz
awx-fe6bac6d9ebb5b5895c61385b47d9f303c70d777.zip
[CI] Reduce GHA timeouts from 6h default (#14704)
* [CI] Reduce GHA timeouts from 6h default The goal here is to never interfere with a real run (so most of the timeout-minutes values seem rather high) but to avoid having 6h long runs if something goes crazy and never ends. Signed-off-by: Rick Elrod <rick@elrod.me> * Do bash hackery instead Signed-off-by: Rick Elrod <rick@elrod.me> --------- Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to '.github/workflows/upload_schema.yml')
-rw-r--r--.github/workflows/upload_schema.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/upload_schema.yml b/.github/workflows/upload_schema.yml
index ae4e23d977..0b7bc7bf6e 100644
--- a/.github/workflows/upload_schema.yml
+++ b/.github/workflows/upload_schema.yml
@@ -13,6 +13,7 @@ on:
jobs:
push:
runs-on: ubuntu-latest
+ timeout-minutes: 60
permissions:
packages: write
contents: read