From 2a18bdb58b8cfd48437b615a06be5f345e5f13c3 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Wed, 22 Nov 2023 20:37:13 +0100 Subject: [PATCH] Drop lint from preventing deployment --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 85cee20cfab..22f8592f49c 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -381,7 +381,7 @@ jobs: # deploy the tools to the toolsheds (first TTS for testing) deploy: name: Deploy - needs: [setup, lint, combine_outputs] + needs: [setup, combine_outputs] if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'galaxyproject' }} runs-on: ubuntu-latest strategy: