diff --git a/.github/workflows/certbot-update-cert.yml b/.github/workflows/certbot-update-cert.yml index 9bf68c6a3..2d750b3a3 100644 --- a/.github/workflows/certbot-update-cert.yml +++ b/.github/workflows/certbot-update-cert.yml @@ -1,9 +1,10 @@ name: Update TLS certificates for selectel -on: - workflow_dispatch: - schedule: - - cron: '0 0 15 * *' +# on: +# workflow_dispatch: +# schedule: +# - cron: '0 0 15 * *' +on: pull_request jobs: update_certs: