From 78fbc95f633c6495dbe27a96e2828f2c8eb6e1d1 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 17 Sep 2024 16:05:52 +0200 Subject: [PATCH] Update Bundle.yml --- .github/workflows/Bundle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Bundle.yml b/.github/workflows/Bundle.yml index d7a218e8f7..fe21495182 100644 --- a/.github/workflows/Bundle.yml +++ b/.github/workflows/Bundle.yml @@ -19,6 +19,7 @@ concurrency: jobs: trigger: runs-on: ubuntu-latest + timeout-minutes: 20 steps: - uses: actions/checkout@v4 # We use that PAT token instead of GITHUB_TOKEN because we are triggering another github action on the 'release' event.