Skip to content

Commit

Permalink
Revert "Trigger release workload on testci* tags"
Browse files Browse the repository at this point in the history
This reverts commit fd4f82d.
  • Loading branch information
jfernandez committed Jul 28, 2024
1 parent fd4f82d commit dda2754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
create_release:
needs: build_and_test
runs-on: ubuntu-20.04
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/testci')
if: startsWith(github.ref, 'refs/tags/v')

steps:
- name: Download all artifacts
Expand Down

0 comments on commit dda2754

Please sign in to comment.