From 08694a4905425da6391b41b2f07e7ed3d5cec51c Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 23 Mar 2025 13:33:55 +0200 Subject: [PATCH] make yml file run on push --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 12223e5..e6d0e3d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,10 +1,8 @@ name: Endurance Tests on: - pull_request: + push: branches: [ "stress_test" ] - schedule: - - cron: '0 2 * * *' jobs: endurance: