Skip to content

Commit

Permalink
Test monitor (#9)
Browse files Browse the repository at this point in the history
* Fix env

* Update trigger
  • Loading branch information
fewensa committed Jul 29, 2024
1 parent 74fc944 commit c5c6904
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request:
branches: [main]

env:
SLACK_INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

jobs:
deploy-essentials:
name: Deploy essentials
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
schedule:
- cron: "0 */2 * * *"
workflow_dispatch:
# pull_request:
# branches: [main]

env:
SLACK_INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

jobs:
monitor:
Expand Down

0 comments on commit c5c6904

Please sign in to comment.