From 1683a01bba1537dbb9f0295931d7874f802678dc Mon Sep 17 00:00:00 2001 From: Valentina Staneva Date: Tue, 1 Oct 2024 15:38:07 -0700 Subject: [PATCH 1/2] turn off actions on pr in model_benchmarking.yml --- .github/workflows/model_benchmarking.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/model_benchmarking.yml b/.github/workflows/model_benchmarking.yml index e8c341a..4e47d51 100644 --- a/.github/workflows/model_benchmarking.yml +++ b/.github/workflows/model_benchmarking.yml @@ -1,7 +1,7 @@ name: Model Benchmarking on: - pull_request: - types: [opened, synchronize, edited, reopened] + # pull_request: + # types: [opened, synchronize, edited, reopened] env: pr_username: github.event.pull_request.user.login From b28d3f127a5769a5294a37fde7b92a13d94657ba Mon Sep 17 00:00:00 2001 From: Valentina Staneva Date: Tue, 1 Oct 2024 15:39:30 -0700 Subject: [PATCH 2/2] turn off noise_processing.yml --- .github/workflows/noise_processing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/noise_processing.yml b/.github/workflows/noise_processing.yml index 42ad24d..e19721d 100644 --- a/.github/workflows/noise_processing.yml +++ b/.github/workflows/noise_processing.yml @@ -5,8 +5,8 @@ on: workflow_dispatch: push: branches: - - main - - caching + # - main + # - caching #schedule: # - cron: '51 21 8 7 *'