Skip to content

Commit

Permalink
add workflow_dispatch:
Browse files Browse the repository at this point in the history
  • Loading branch information
LiHui committed Oct 11, 2021
1 parent 49ab1fb commit 9aa1594
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Docker

on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
required: false
schedule:
- cron: '0 10 * * *' # everyday at 10am
push:
Expand Down

0 comments on commit 9aa1594

Please sign in to comment.