From 9ba0f80c754627eb53d62b1e80173faf1e9556eb Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Fri, 29 Dec 2023 01:13:59 -0500 Subject: [PATCH] ci: remove sim test from PRs (#1753) --- .github/workflows/simulation-tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/simulation-tests.yml b/.github/workflows/simulation-tests.yml index ccd345815..fa5888834 100644 --- a/.github/workflows/simulation-tests.yml +++ b/.github/workflows/simulation-tests.yml @@ -8,10 +8,6 @@ on: schedule: # once per day - cron: "0 0 * * *" - pull_request: - branches: - # every pull request to default branch - - main jobs: test-sim-nondeterminism: