Skip to content

Commit

Permalink
Stop scheduled action running. (#49)
Browse files Browse the repository at this point in the history
It only needs to run when I merge to main.
  • Loading branch information
twrecked authored Jan 12, 2023
1 parent 4679a4c commit 08f6c4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
pull_request:
branches:
- master
schedule:
- cron: "0 2 * * *"

jobs:
hacs:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/hass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
pull_request:
branches:
- master
schedule:
- cron: '0 1 * * *'

jobs:
validate:
Expand Down

0 comments on commit 08f6c4c

Please sign in to comment.