We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d37df commit 8c7302bCopy full SHA for 8c7302b
1 file changed
.github/workflows/ci.yml
@@ -180,7 +180,7 @@ jobs:
180
runs-on: ubuntu-24.04
181
needs: htmldocs
182
#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/')
+ #if: github.ref_name == 'master' || github.ref_name == '2.9' || startsWith(github.ref, 'refs/tags/')
184
permissions:
185
packages: write # to create containers
186
steps:
0 commit comments