mirror of
https://github.com/tmux/tmux.git
synced 2026-08-31 02:43:36 +00:00
Add timeout for lock and don't keep credentials for regress, from Andreas
Fehlner.
This commit is contained in:
1
.github/workflows/lock.yml
vendored
1
.github/workflows/lock.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
||||
action:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'tmux/tmux'
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: dessant/lock-threads@v6
|
||||
with:
|
||||
|
||||
2
.github/workflows/regress.yml
vendored
2
.github/workflows/regress.yml
vendored
@@ -39,6 +39,8 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: dependencies
|
||||
if: runner.os == 'Linux'
|
||||
|
||||
Reference in New Issue
Block a user