Skip to content

Commit

Permalink
fix the name of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedorovdev committed Aug 26, 2024
1 parent b06c493 commit a9e39aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ workflows:
only: /(?!.*\bdaily\b)^v.*/
branches:
ignore: /.*/
notify_daily_release:
notify_release_daily:
jobs:
- notify_daily_release:
- notify_release_daily:
filters:
tags:
only: /^v.*daily.*/
Expand Down

0 comments on commit a9e39aa

Please sign in to comment.