Skip to content

Commit

Permalink
removing the extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitsinghvi22 committed Aug 27, 2024
1 parent c388a02 commit 936afb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ jobs:
- run-enterprise-tests
- run-enterprise-tests-redhat
runs-on: ubuntu-latest
if: ${{ inputs.RELEASE && github.ref_name == 'dev' && success() && github.event_name == 'workflow_dispatch' && (github.actor == 'harshitsinghvi22' || github.actor == 'bfeshti ') }}
if: ${{ inputs.RELEASE && github.ref_name == 'dev' && success() && github.event_name == 'workflow_dispatch' && (github.actor == 'harshitsinghvi22' || github.actor == 'bfeshti') }}
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
- run-enterprise-tests-redhat
- build-reverseproxy-backup-release-image
runs-on: ubuntu-latest
if: ${{ inputs.RELEASE && github.ref_name == 'dev' && success() && github.event_name == 'workflow_dispatch' && (github.actor == 'harshitsinghvi22' || github.actor == 'bfeshti ') }}
if: ${{ inputs.RELEASE && github.ref_name == 'dev' && success() && github.event_name == 'workflow_dispatch' && (github.actor == 'harshitsinghvi22' || github.actor == 'bfeshti') }}
env:
NEO4J_VERSION: ${{ inputs.NEO4J_VERSION }}
HELM_REPO_NAME: ${{ vars.HELM_REPO_NAME }}
Expand Down

0 comments on commit 936afb9

Please sign in to comment.