Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 5740784

Browse files
committed
CI: run forwards jobs only for votca org
1 parent e8982d1 commit 5740784

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
PR:
99
name: Create
10+
if: github.repository_owner == 'votca'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout code

.github/workflows/forward-to-votca.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
VOTCA:
10+
if: github.repository_owner == 'votca'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Update submodule

0 commit comments

Comments
 (0)