Skip to content

Commit

Permalink
added workflow_dispatch running mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aiantsen committed Oct 20, 2023
1 parent 92c3824 commit 49c6769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_new_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ run-name: Check new Zabbix release
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
build-linux:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
build-linux:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
build-linux:
Expand Down

0 comments on commit 49c6769

Please sign in to comment.