We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf878ac commit c118397Copy full SHA for c118397
.github/workflows/dist.yml
@@ -110,7 +110,7 @@ jobs:
110
111
needs: [release_dist, sdists_for_pypi]
112
runs-on: ubuntu-latest
113
- if: (success() || failure()) && github.repository == 'sagemath/sage' && startsWith(github.ref, 'refs/tags/')
+ if: (success() || failure()) && startsWith(github.ref, 'refs/tags/')
114
steps:
115
- uses: actions/download-artifact@v4
116
with:
0 commit comments