diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5ac5e3c..f03f709 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,6 +6,10 @@ jobs: ubuntu-build: name: Build on Ubuntu runs-on: ubuntu-latest + timeout-minutes: 60 + concurrency: + group: ${{ github.head_ref }}-ubuntu + cancel-in-progress: true steps: - name: Checkout Repository @@ -35,6 +39,10 @@ jobs: windows-build: name: Build on Windows runs-on: windows-latest + timeout-minutes: 60 + concurrency: + group: ${{ github.head_ref }}-windows + cancel-in-progress: true steps: - name: Checkout Repository