From 1268844f5c6ab46b355737817aea780c90e94dd5 Mon Sep 17 00:00:00 2001 From: Taylor Monacelli Date: Tue, 19 Nov 2024 18:27:16 -0800 Subject: [PATCH] trigger renovate --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82ba88d..9fc0ec1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: Build & Test "on": push: branches: @@ -10,6 +10,7 @@ name: CI - cron: 01 13 * * SAT jobs: test: + name: Build & Test runs-on: ${{ matrix.os }} strategy: fail-fast: false