Skip to content

Commit

Permalink
Adding ability to run from PR for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyStoyanov committed Nov 13, 2024
1 parent 2e1944a commit e1e22d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/certbot-update-cert.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e1e22d3

Please sign in to comment.