From c44c6ef0df453c38c46de02238a5417e79920536 Mon Sep 17 00:00:00 2001 From: stdavis Date: Fri, 22 Mar 2024 16:25:27 -0600 Subject: [PATCH] temp: just to get this to run once --- .github/workflows/schedule.sgid-index-validation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/schedule.sgid-index-validation.yml b/.github/workflows/schedule.sgid-index-validation.yml index 4ab485831..233c006d4 100644 --- a/.github/workflows/schedule.sgid-index-validation.yml +++ b/.github/workflows/schedule.sgid-index-validation.yml @@ -4,6 +4,7 @@ on: schedule: - cron: '0 0 * * 1-5' workflow_dispatch: + push: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}