From f78c945683906255572d07b082bdc103055166d3 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Fri, 27 Aug 2021 19:10:30 -0400 Subject: [PATCH] revert skip not still not working (relates to 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 b8d097e..b1c5e5d 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: