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

CI: run forwards jobs only for votca org #567

Merged
merged 1 commit into from
Jul 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
PR:
name: Create
if: github.repository_owner == 'votca'
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/forward-to-votca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
VOTCA:
if: github.repository_owner == 'votca'
runs-on: ubuntu-latest
steps:
- name: Update submodule
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down