Skip to content

Commit

Permalink
Don't auth when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent 8c46fb8 commit 236b8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-ee-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
- uses: ./.github/actions/wait-for-as-server-to-start
with:
container-name: aerospike
is-security-enabled: true
is-security-enabled: ${{ inputs.feature-to-enable == 'security' }}

- run: docker logs aerospike
shell: bash

0 comments on commit 236b8e6

Please sign in to comment.