From 7f4e0cd45776d4cd55eb0992fb8197f7ce2f9fb2 Mon Sep 17 00:00:00 2001 From: Tilemachos Charalampous Date: Thu, 4 Apr 2024 21:08:20 -0700 Subject: [PATCH] Update benchmark GH Actions --- .github/workflows/benchmark-linux.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/benchmark-linux.yml b/.github/workflows/benchmark-linux.yml index fa8fe8a..3a6f8a9 100644 --- a/.github/workflows/benchmark-linux.yml +++ b/.github/workflows/benchmark-linux.yml @@ -15,21 +15,6 @@ on: - "manifest.json" - "README.md" - "versions.json" - pull_request: - types: [opened, synchronize, reopened] - branches: [master] - paths-ignore: - - ".github/**" - - "!.github/workflows/benchmark-linux.yml" - - "docs/**" - - "misc/**" - - "__init__.py" - - ".gitignore" - - "LICENSE" - - "main.py" - - "manifest.json" - - "README.md" - - "versions.json" jobs: benchmark: name: Performance regression check