Skip to content

Commit

Permalink
addresses issue #875 to trigger when the tag is absent or required (#876
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ross-nnjp authored Feb 11, 2025
1 parent 50cc509 commit ed6b622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
{
"field": "[concat('tags[', parameters('tagName'), ']')]",
"exists": "true"
"exists": "false"
},
{
"count": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"field": "[concat('tags[', parameters('tagName'), ']')]",
"exists": "true"
"exists": "false"
},
{
"count": {
Expand Down

0 comments on commit ed6b622

Please sign in to comment.