From a5270aba198ebad1b59d6af77683f3474af0e43d Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Sun, 29 Sep 2024 14:37:18 -0700 Subject: [PATCH] Update update-set-implementation-lists.yml --- .github/workflows/update-set-implementation-lists.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-set-implementation-lists.yml b/.github/workflows/update-set-implementation-lists.yml index cef3e7c86d8..5fc34c0d337 100644 --- a/.github/workflows/update-set-implementation-lists.yml +++ b/.github/workflows/update-set-implementation-lists.yml @@ -1,8 +1,8 @@ name: Update set implementation lists on: - # push: - # branches: [master] - workflow_dispatch: + push: + branches: [master] + #workflow_dispatch: concurrency: group: set-impl cancel-in-progress: true