Skip to content

Commit c118397

Browse files
committed
for test
1 parent cf878ac commit c118397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
needs: [release_dist, sdists_for_pypi]
112112
runs-on: ubuntu-latest
113-
if: (success() || failure()) && github.repository == 'sagemath/sage' && startsWith(github.ref, 'refs/tags/')
113+
if: (success() || failure()) && startsWith(github.ref, 'refs/tags/')
114114
steps:
115115
- uses: actions/download-artifact@v4
116116
with:

0 commit comments

Comments
 (0)