From 6d5e3fd614cd68cc821fa13ba2ebabf6bd9d996f Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Wed, 28 Apr 2021 19:01:15 -0400 Subject: [PATCH] revert skip-duplicate action as disabled (still not working https://github.com/fkirc/skip-duplicate-actions/issues/90) --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74d4a9073..c70cdbad1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,8 +24,10 @@ jobs: # see: https://github.com/actions/setup-python tests: - needs: skip_duplicate - if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }} + # FIXME: https://github.com/fkirc/skip-duplicate-actions/issues/90 + # disable for now because the tests never run... somehow similar config works in Magpie... + # needs: skip_duplicate + # if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }} runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.allow-failure }} env: