mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02: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
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup tmate session
|
|
||||||
uses: mxschmitt/action-tmate@v3
|
|
||||||
with:
|
|
||||||
limit-access-to-actor: true
|
|
||||||
detached: true
|
|
||||||
- name: Extra Sleep
|
- name: Extra Sleep
|
||||||
run: |
|
run: |
|
||||||
sleep 300
|
sleep 60
|
||||||
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
|
||||||
with:
|
with:
|
||||||
name: hishtory-darwin-arm64
|
name: hishtory-darwin-arm64
|
||||||
@ -228,8 +223,3 @@ jobs:
|
|||||||
go build; ./hishtory install
|
go build; ./hishtory install
|
||||||
python3 scripts/actions-validate.py
|
python3 scripts/actions-validate.py
|
||||||
# TODO: Run validation using hishtory built at HEAD too
|
# 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…
x
Reference in New Issue
Block a user