From e1e22d3eb5abb4c24325a510389eee70ea9a0dbb Mon Sep 17 00:00:00 2001 From: Dmitry Stoyanov Date: Wed, 13 Nov 2024 17:54:28 +0300 Subject: [PATCH] Adding ability to run from PR for testing purposes --- .github/workflows/certbot-update-cert.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: