diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 5a7b7813..dfa15886 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -73,7 +73,7 @@ jobs: ## limits ssh access and adds the ssh public key for the user which triggered the workflow limit-access-to-actor: true ## limits ssh access and adds the ssh public keys of the listed GitHub users - limit-access-to-users: chriski777, carsen-stringera + limit-access-to-users: chriski777 #, carsen-stringera - name: Coverage # Only run coverage once