From 2712998a751ca36fe37b7cb0786483fe819dff90 Mon Sep 17 00:00:00 2001 From: Jakob Fritz Date: Tue, 16 Apr 2024 12:15:13 +0900 Subject: [PATCH] Don't rerun CI on every push during this development --- .github/workflows/ci_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 6950e5a0bd..29419ba5a8 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -1,7 +1,7 @@ name: CI pipeline for pySDC on: - push: + # push: pull_request: schedule: - cron: '1 5 * * 1'