From 100959cc6bbf46df8c40f870641e13ddcf0e4729 Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Thu, 28 Dec 2023 23:56:22 -0500 Subject: [PATCH] ci: remove sim test from PRs --- .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: