diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index 11312f2ffc..e05ef3289f 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -7,6 +7,7 @@ on: jobs: PR: name: Create + if: github.repository_owner == 'votca' runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/.github/workflows/forward-to-votca.yml b/.github/workflows/forward-to-votca.yml index 337fda0fdd..7c992afeb2 100644 --- a/.github/workflows/forward-to-votca.yml +++ b/.github/workflows/forward-to-votca.yml @@ -7,6 +7,7 @@ on: jobs: VOTCA: + if: github.repository_owner == 'votca' runs-on: ubuntu-latest steps: - name: Update submodule diff --git a/CHANGELOG.md b/CHANGELOG.md index 5191e134e7..b2903aa56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ For more detailed information about the changes see the history of the [repository](https://github.com/votca/csg/commits/master). ## Version 1.6.2 (released XX.07.20) -* move CI to GitHub Actions (#563) +* move CI to GitHub Actions (#563, #567) * add max scaling parameter to pressure correction (#565) ## Version 1.6.1 (released 21.06.20)