From d6c27d3d602084ad595caf35a503a2627341b839 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Fri, 11 Sep 2026 14:33:32 +0200 Subject: [PATCH] Drop the Slack action checkout workaround from the latest release tests --- .github/workflows/tests_latest.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/tests_latest.yml b/.github/workflows/tests_latest.yml index cbac7bce749..72962c13f3f 100644 --- a/.github/workflows/tests_latest.yml +++ b/.github/workflows/tests_latest.yml @@ -61,19 +61,9 @@ jobs: source .venv/bin/activate make test - # This job checks out the release branch, which predates the local Slack action, so check - # the action out from the branch running the workflow. Keep this step on `always()`: it must - # never be skipped while the Slack step below runs, or the action cannot be resolved. - - name: Check out the Slack action - if: always() - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - with: - path: slack-action - sparse-checkout: .github/actions - - name: Post to Slack if: always() - uses: ./slack-action/.github/actions/post-slack + uses: ./.github/actions/post-slack with: slack_channel: ${{ env.CI_SLACK_CHANNEL }} title: Tests latest TRL release with dev dependencies