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 * *'