From 9240bfda6e280bc75d8f249ba3470202a0318913 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 4 Nov 2022 21:09:12 +0100 Subject: [PATCH] chore: make big endian workflow manual until we get it working properly (#157) --- .github/workflows/big_endian.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/big_endian.yml b/.github/workflows/big_endian.yml index 94076c3..84a0dd3 100644 --- a/.github/workflows/big_endian.yml +++ b/.github/workflows/big_endian.yml @@ -1,9 +1,10 @@ name: Test BIG endian on: - push: workflow_dispatch: +timeout-minutes: 30 + concurrency: group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true