From 943f51e6b3ec81c1f4ecad73cd676df1c643e615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Fri, 22 Nov 2024 23:04:46 +0100 Subject: [PATCH] Increasing post-pull-request-checks-automation default timeout --- .github/workflows/build-and-test.yml | 2 +- tools/Lombiq.GitHub.Actions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 058966db8..77850f7f0 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -82,7 +82,7 @@ jobs: name: Post Pull Request Checks Automation needs: [build-and-test-larger-runners, build-and-test-nuget-test, spelling, powershell-static-code-analysis] if: github.event.pull_request != '' - uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@issue/FLAM-27 secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} diff --git a/tools/Lombiq.GitHub.Actions b/tools/Lombiq.GitHub.Actions index a5763666d..802b68b89 160000 --- a/tools/Lombiq.GitHub.Actions +++ b/tools/Lombiq.GitHub.Actions @@ -1 +1 @@ -Subproject commit a5763666d17aca03df91b442c5f66588a6e95828 +Subproject commit 802b68b8985b64dcc7b6fd4a3983b09c5adb18c5