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

Commit c7113b6

Browse files
authored
Merge pull request #39 from votca/stable_ci
CI: run forwards jobs only for votca org
2 parents e8982d1 + 5740784 commit c7113b6

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)