From 5dd259453d376f90fa7294698bc9afc82ea620d8 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 6 Oct 2024 12:49:13 -0500 Subject: [PATCH] Tweak formatting of Github Actions CI config --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cff3ac0..c68325b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ on: - cron: '17 3 * * 0' concurrency: - group: ${{ github.head_ref || github.ref_name }} - cancel-in-progress: true + group: ${{ github.head_ref || github.ref_name }} + cancel-in-progress: true jobs: typos: -- GitLab