mirror of
https://github.com/linuxserver/github-workflows.git
synced 2026-03-02 00:02:48 +08:00
Sleep, and not mark failure as failure
This commit is contained in:
parent
7eccabac35
commit
9d3620fc46
5
.github/workflows/issues-cron.yml
vendored
5
.github/workflows/issues-cron.yml
vendored
@ -27,8 +27,13 @@ jobs:
|
||||
exempt-pr-labels: awaiting-approval,work-in-progress
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: sleep for ratelimit
|
||||
run:
|
||||
sleep 380
|
||||
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
needs:
|
||||
- stale
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user