Skip to content

Commit

Permalink
Add workflow dispatch event to check.yaml (#8)
Browse files Browse the repository at this point in the history
* Add workflow dispatch event to check.yaml

* chore: fix lint errors
  • Loading branch information
dashmage authored Feb 8, 2024
1 parent e3ae4ea commit d8a6bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Check workflow running linter, unit and functional tests

on:
workflow_call:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
branches: [master, main]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Encapsulate prometheus-blackbox-exporter testing."""

import logging
import time
import unittest
Expand Down

0 comments on commit d8a6bcc

Please sign in to comment.