Skip to content

Commit

Permalink
build: add workflow_dispatch to certs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Feb 2, 2023
1 parent 595dde5 commit fd2f661
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/certs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ name: certs
on:
schedule:
- cron: '10 0 1 * *'
workflow_dispatch:
inputs:
comment:
description: 'comment on the workflow dispatch'
required: false
default: 'manual workflow dispatch'
type: string

jobs:
build:
Expand Down

0 comments on commit fd2f661

Please sign in to comment.