From a0a88c031f680ce3aeb0c243ac829a6cdf33445e Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Wed, 28 Apr 2021 18:41:48 -0400 Subject: [PATCH] re-enable skip-duplicate action --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c70cdbad1..74d4a9073 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,10 +24,8 @@ jobs: # see: https://github.com/actions/setup-python tests: - # 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' }} + needs: skip_duplicate + if: ${{ needs.skip_duplicate.outputs.should_skip != 'true' }} runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.allow-failure }} env: