From 52d23a40d0005277a26a9332c08d9100fa55d049 Mon Sep 17 00:00:00 2001 From: reda Date: Fri, 8 Dec 2023 11:36:49 -0500 Subject: [PATCH] issue #15: remove lint-tests --- .github/workflows/azure-deployment.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/azure-deployment.yml b/.github/workflows/azure-deployment.yml index 2ade677..77b5dc2 100644 --- a/.github/workflows/azure-deployment.yml +++ b/.github/workflows/azure-deployment.yml @@ -8,13 +8,8 @@ on: pull_request: jobs: - lint-test: - uses: ai-cfia/github-workflows/.github/workflows/workflow-lint-test-python.yml@main - secrets: inherit - build: if: github.ref == 'refs/heads/main' - needs: lint-test uses: ai-cfia/github-workflows/.github/workflows/workflow-build-push-container-azure.yml@main with: container-name: ${{ github.event.repository.name }}