Update slsa-releaser.yml to run tmate even if tests pass

This commit is contained in:
David Dworken 2023-11-05 18:38:40 -08:00 committed by GitHub
parent 222340a97c
commit a10913f188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,6 @@ jobs:
python3 scripts/actions-validate.py
# TODO: Run validation using hishtory built at HEAD too
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true