From 7de71870fafd26501062d498db6c102c1d40ca8c Mon Sep 17 00:00:00 2001 From: Jakob Fritz Date: Mon, 22 Apr 2024 11:19:53 +0200 Subject: [PATCH] Added triggers for workflows again --- .github/workflows/ci_pipeline.yml | 4 ++-- .github/workflows/gitlab_ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 54567fc708..6950e5a0bd 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -1,8 +1,8 @@ name: CI pipeline for pySDC on: - # push: - # pull_request: + push: + pull_request: schedule: - cron: '1 5 * * 1' diff --git a/.github/workflows/gitlab_ci.yml b/.github/workflows/gitlab_ci.yml index c227478928..e6ffbf6354 100644 --- a/.github/workflows/gitlab_ci.yml +++ b/.github/workflows/gitlab_ci.yml @@ -1,7 +1,7 @@ name: Mirror to Gitlab to trigger CI on: - # push: + push: pull_request_target: schedule: - cron: '1 5 2 * *'