From e01157b05ea515a795da771b1860de6c92b0ea45 Mon Sep 17 00:00:00 2001 From: Yashar Zolmajdi Date: Thu, 8 Aug 2024 14:47:28 +1000 Subject: [PATCH] ci: Remove docs update step on release --- .github/workflows/on-release.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/on-release.yaml b/.github/workflows/on-release.yaml index c4fe234..88bf747 100644 --- a/.github/workflows/on-release.yaml +++ b/.github/workflows/on-release.yaml @@ -27,16 +27,3 @@ jobs: - name: Publish internally run: | ./ci docker run qctrl/ci-images:python-3.11-ci /scripts/publish-release-internally.sh - - update_documentation: - if: false # This job is disabled until https://qctrl.atlassian.net/browse/ACC-386 is resolved - runs-on: ubuntu-latest - container: qctrl/ci-images:python-3.11-ci - steps: - - name: Update docs repo - uses: qctrl/reusable-workflows/.github/actions/docs/update-docs@master - with: - source_branch: master - target_branch: master - vault-role-id: ${{ secrets.VAULT_ROLE_ID }} - vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}