diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca9a8181..29bd1e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ concurrency: jobs: current: runs-on: self-hosted + timeout-minutes: 15 strategy: matrix: profile: [default, postgres, mysql, sqlserver] @@ -68,6 +69,7 @@ jobs: run: working-directory: vnext runs-on: self-hosted + timeout-minutes: 15 steps: - uses: actions/checkout@v2 - name: Setup Node.JS 18 |