1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

ci: run nightly on schedule

This commit is contained in:
Rob Ede
2023-12-26 03:54:28 +00:00
parent 3b138765e0
commit fe223ad1f6
2 changed files with 69 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: CI (Linux)
name: CI
on:
pull_request:
@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [stable, nightly]
version: [stable]
name: ${{ matrix.version }}
runs-on: ubuntu-latest