From e02c86a9c4725d24f8e3337d6a58fcc5c2892af7 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Wed, 24 Jul 2024 03:05:29 +0700 Subject: [PATCH] ci(release): add time limit for job --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9f61d1..02591f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,7 @@ jobs: permissions: contents: read packages: write + timeout-minutes: 10 steps: - name: Checkout uses: actions/checkout@v4