Skip to content

Commit 367adfd

Browse files
committed
release test
1 parent 423da32 commit 367adfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DataMiner+CI+Automation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}
2323

2424
Release:
25-
if: github.ref_type == 'tag'
25+
# if: github.ref_type == 'tag'
2626
runs-on: ubuntu-latest
27-
needs: CI
27+
# needs: CI
2828
steps:
2929
- name: Checkout Code
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)