From 8cbd75317824a416a5700573de7e12807f715bf0 Mon Sep 17 00:00:00 2001 From: NagaTulasi Date: Fri, 27 Sep 2024 15:23:23 +0530 Subject: [PATCH] update sims workflow --- .github/workflows/sims.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 895081a..f337c98 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -2,11 +2,11 @@ name: Sims # Sims workflow runs multiple types of simulations (nondeterminism, import-export, after-import, multi-seed-short) # This workflow will run on all Pull Requests, if a .go, .mod or .sum file have been changed on: - schedule: - - cron: "0 */2 * * *" - release: - types: [published] - + pull_request: + push: + branches: + - main + concurrency: group: ci-${{ github.ref }}-sims cancel-in-progress: true