From 90147dd74b56b4e54428fd21bda2166661f76fe7 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 4 Jan 2022 13:48:26 -0500 Subject: [PATCH] GHA execution throttling #3739 --- .github/workflows/build-firmware.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 538f28144a..0ac5a28530 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -186,10 +186,10 @@ jobs: with: java-version: '8' - - id: throttle - name: Execution throttle early exit +# - id: throttle +# name: Execution throttle early exit # just running, not using result for anything yet - run: bash misc/actions/execution-throttle.sh ${{ matrix.skip-rate }} +# run: bash misc/actions/execution-throttle.sh ${{ matrix.skip-rate }} - name: Install multilib, mingw, sshpass and mtools run: |