diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index acd828488..4c31784c2 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -35,16 +35,7 @@ jobs: with: filter: "docs/docs/**" - # TODO: Uncomment this to run on PRs - # run-changed-notebooks: - # needs: get-changed-files - # uses: ./.github/workflows/run_notebooks.yml - # secrets: inherit - # with: - # changed-files: ${{ needs.get-changed-files.outputs.changed-files }} - deploy: - # needs: run-changed-notebooks runs-on: ubuntu-latest timeout-minutes: 10 # Job will be cancelled if it runs for more than 10 minutes env: diff --git a/.github/workflows/pr_lint.yml b/.github/workflows/pr_lint.yml index 50749b528..f4bc62f51 100644 --- a/.github/workflows/pr_lint.yml +++ b/.github/workflows/pr_lint.yml @@ -39,6 +39,7 @@ jobs: scheduler-kafka sdk-py docs + ci requireScope: false ignoreLabels: | ignore-lint-pr-title diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78461653c..636f1cd06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,9 @@ jobs: needs: - build - release-notes - permissions: write-all + permissions: + contents: read + id-token: write uses: ./.github/workflows/_test_release.yml with: working-directory: ${{ inputs.working-directory }}