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

Commit 75537c9

Browse files
authored
Merge pull request #53 from votca/opensuse
GHA: allow opensuse build to fail
2 parents 169ac4d + d9db597 commit 75537c9

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', 'ubuntu:18.04']

0 commit comments

Comments
 (0)