Compare commits

..

2 Commits

Author SHA1 Message Date
root
b67f0e5031 fix: add retry_after attribute to KworkRateLimitError
Some checks failed
PR Checks / test (pull_request) Failing after 26s
PR Checks / security (pull_request) Failing after 9s
2026-03-29 08:51:28 +00:00
root
2ff64ff512 revert: restore PR-only trigger 2026-03-29 08:46:38 +00:00

View File

@ -1,10 +1,8 @@
name: PR Checks name: PR Checks
on: on:
push:
branches: ['**']
pull_request: pull_request:
branches: ['**'] branches: [main]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}