Skip to content

Commit dda2754

Browse files
committed
Revert "Trigger release workload on testci* tags"
This reverts commit fd4f82d.
1 parent fd4f82d commit dda2754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
create_release:
6868
needs: build_and_test
6969
runs-on: ubuntu-20.04
70-
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/testci')
70+
if: startsWith(github.ref, 'refs/tags/v')
7171

7272
steps:
7373
- name: Download all artifacts

0 commit comments

Comments
 (0)