Skip to content

Commit

Permalink
test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamzic committed Feb 7, 2024
1 parent 7e5df90 commit 52edb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Preproduction continuous deployment Eclipse
runs-on: ubuntu-20.04
needs: [install_python_requirements, lint_ansible_files]
if: github.ref == 'refs/heads/dev'
if: github.ref == 'refs/heads/preprod-cd'
steps:
- name: Eclipse Deployment
shell: bash
Expand Down

0 comments on commit 52edb35

Please sign in to comment.