Skip to content

Commit

Permalink
Added triggers for workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Apr 22, 2024
1 parent 5f45785 commit 7de7187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI pipeline for pySDC

on:
# push:
# pull_request:
push:
pull_request:
schedule:
- cron: '1 5 * * 1'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Mirror to Gitlab to trigger CI

on:
# push:
push:
pull_request_target:
schedule:
- cron: '1 5 2 * *'
Expand Down

0 comments on commit 7de7187

Please sign in to comment.