Skip to content

Commit

Permalink
Testing workflow-dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
  • Loading branch information
Shwetha-Acharya committed Jul 14, 2023
1 parent ffdd3b7 commit 5920086
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ name: CI
# This workflow will run when developer push a topic branch to their
# fork in github, minimizing noise for maintainers.
on: # yamllint disable-line rule:truthy
- push
- pull_request
workflow_dispatch:
push:
pull_request:
schedule:
- cron: '*/15 * * * *'

env:
# Values can be overriden by repository variables.
Expand Down

0 comments on commit 5920086

Please sign in to comment.