Fix CI timeout (#8408)
This commit is contained in:
2
.github/workflows/ci-tinybird.yaml
vendored
2
.github/workflows/ci-tinybird.yaml
vendored
@ -1,5 +1,4 @@
|
||||
name: CI Tinybird
|
||||
timeout-minutes: 10
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -13,6 +12,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check for changed files
|
||||
|
||||
Reference in New Issue
Block a user