Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/tests_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading