Skip to content

Commit 8c7302b

Browse files
committed
CI: Test commit if package fails
1 parent 41d37df commit 8c7302b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
runs-on: ubuntu-24.04
181181
needs: htmldocs
182182
#Run on branch master / 2.9 or if the commit is tagged
183-
if: github.ref_name == 'master' || github.ref_name == '2.9' || startsWith(github.ref, 'refs/tags/')
183+
#if: github.ref_name == 'master' || github.ref_name == '2.9' || startsWith(github.ref, 'refs/tags/')
184184
permissions:
185185
packages: write # to create containers
186186
steps:

0 commit comments

Comments
 (0)