From ca67a71a8602a6356c304ec57e396ebc90f70f45 Mon Sep 17 00:00:00 2001 From: Benoit Kohler Date: Thu, 16 Nov 2023 17:16:35 +0100 Subject: [PATCH] ... --- .github/workflows/trigger-pr-stable.yml | 14 -------------- .github/workflows/workflow-changelog-and-docs.yml | 4 ++-- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/trigger-pr-stable.yml b/.github/workflows/trigger-pr-stable.yml index c08c88d..fb03b67 100644 --- a/.github/workflows/trigger-pr-stable.yml +++ b/.github/workflows/trigger-pr-stable.yml @@ -17,17 +17,3 @@ jobs: tests: needs: ["linter"] uses: ./.github/workflows/workflow-tests.yml - - docs: - needs: ["linter", "tests"] - uses: ./.github/workflows/workflow-docs.yml - secrets: inherit - - changelog: - needs: ["docs"] - uses: ./.github/workflows/workflow-changelog.yml - secrets: inherit - - release: - needs: ["changelog"] - uses: ./.github/workflows/workflow-release-drafter.yml diff --git a/.github/workflows/workflow-changelog-and-docs.yml b/.github/workflows/workflow-changelog-and-docs.yml index 8fd2e05..638ae27 100644 --- a/.github/workflows/workflow-changelog-and-docs.yml +++ b/.github/workflows/workflow-changelog-and-docs.yml @@ -8,7 +8,7 @@ on: jobs: generate_changelog: runs-on: "ubuntu-22.04" - name: "Create Changelog" + name: "Create Changelog and Docs" steps: - uses: actions/checkout@v4.1.1 with: @@ -21,7 +21,7 @@ jobs: python-version: 3.11 - name: Install antsibull-changelog, antsichaut - run: python -m pip install toml invoke antsibull-changelog antsichaut --disable-pip-version-check + run: python -m pip install toml invoke antsibull-changelog antsibull-docs antsichaut --disable-pip-version-check - name: Install pandoc run: sudo apt-get install pandoc