Skip to content

Commit

Permalink
Merge pull request #278 from eseiler/infra/cpm_ci
Browse files Browse the repository at this point in the history
[INFRA] Do not run CPM CI on forks
  • Loading branch information
eseiler authored Jan 27, 2025
2 parents b1043bc + 13d1dc6 commit 4674954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_cpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
update_cpm:
name: Update CPM
runs-on: ubuntu-latest
if: github.repository_owner == 'seqan' || github.event_name == 'workflow_dispatch'
timeout-minutes: 15
steps:
- name: Run update CPM
Expand Down

0 comments on commit 4674954

Please sign in to comment.