Skip to content

Commit d76f655

Browse files
updated the workflow to run on demand only
1 parent c5faa1b commit d76f655

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/internalArticatory.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ env:
66
ARTIFACTORY_URL: ${{ secrets.ARTIFACTORY_URL }}
77

88
on:
9-
push:
10-
branches: [ 'develop', 'jenkins' ]
119
workflow_dispatch:
1210
jobs:
1311
build-and-deploy-artifactory:
@@ -45,7 +43,7 @@ jobs:
4543
echo "updated_version=$current_version" >> $GITHUB_OUTPUT
4644
- name: Bump version if needed
4745
id: bump-version
48-
if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/jenkins' }}
46+
# if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/jenkins' }}
4947
run: |
5048
current_version="${{ steps.read-revision.outputs.revision }}"
5149
if [[ $current_version != *-SNAPSHOT ]]; then

0 commit comments

Comments
 (0)