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

Commit 7abe9ef

Browse files
authored
Merge pull request #54 from votca/stable_fixes
Fixes from stable
2 parents 72d5038 + 2e19119 commit 7abe9ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-workflow.yml

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

88
jobs:
99
CI:
10-
continue-on-error: ${{ matrix.distro == 'ubuntu:devel' || matrix.distro == 'fedora:rawhide' || matrix.continue-on-error == true }}
10+
continue-on-error: ${{ matrix.distro == 'ubuntu:devel' || matrix.distro == 'fedora:rawhide' || matrix.distro == 'opensuse:latest' || matrix.continue-on-error == true }}
1111
strategy:
1212
matrix:
1313
distro: ['fedora:latest', 'fedora:rawhide', 'opensuse:latest', 'ubuntu:latest', 'ubuntu:devel', 'ubuntu:rolling']

0 commit comments

Comments
 (0)