From 695a299b1c60020ee9be773135b2816fbe095a0f Mon Sep 17 00:00:00 2001 From: Yu Hu Date: Wed, 28 Aug 2024 15:04:32 -0400 Subject: [PATCH] update --- .github/workflows/gitbook-sync.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/gitbook-sync.yml b/.github/workflows/gitbook-sync.yml index a3090230..c58512cc 100644 --- a/.github/workflows/gitbook-sync.yml +++ b/.github/workflows/gitbook-sync.yml @@ -22,10 +22,6 @@ jobs: # Expose matched filters as job 'modules' output variable modules: ${{ steps.filter.outputs.changes }} steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 2 # To retrieve the preceding commit. - # TODO: change back to using dorny/paths-filter when https://github.com/dorny/paths-filter/pull/133 is implemented - uses: mirpedrol/paths-filter@main id: filter @@ -40,10 +36,6 @@ jobs: # Expose matched filters as job 'modules' output variable modules: ${{ steps.filter.outputs.changes }} steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 2 # To retrieve the preceding commit. - - name: Combine all tags.yml files id: get_tags run: find . -name "tags.yml" -not -path "./.github/*" -exec cat {} + > .github/tags.yml @@ -61,7 +53,6 @@ jobs: new_feature: name: new feature runs-on: ubuntu-latest - if: ${{ (needs.pytest-changes.outputs.modules != '[]') || (needs.nf-test-changes.outputs.modules != '[]') }} needs: [pytest-changes, nf-test-changes] strategy: fail-fast: false