mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Shorten delay and remove tmate
This commit is contained in:
parent
f7b662e7f4
commit
c802537cb7
12
.github/workflows/slsa-releaser.yml
vendored
12
.github/workflows/slsa-releaser.yml
vendored
@ -121,14 +121,9 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
detached: true
|
||||
- name: Extra Sleep
|
||||
run: |
|
||||
sleep 300
|
||||
sleep 60
|
||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||
with:
|
||||
name: hishtory-darwin-arm64
|
||||
@ -228,8 +223,3 @@ jobs:
|
||||
go build; ./hishtory install
|
||||
python3 scripts/actions-validate.py
|
||||
# TODO: Run validation using hishtory built at HEAD too
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
detached: true
|
||||
|
Loading…
Reference in New Issue
Block a user