Skip to content

Commit

Permalink
fix: pass test job label to designate notification channel (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored Mar 6, 2024
1 parent 3986536 commit bc58bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-scripts/schedule_durable_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ docker run --rm -i \
\"repo\": {\"S\": \"ceramic-tests\"}, \
\"ref\": {\"S\": \"$branch\"}, \
\"workflow\": {\"S\": \"run-durable.yml\"}, \
\"labels\": {\"L\": [{\"S\": \"test\"}]}, \
\"inputs\": { \
\"M\": { \
\"build_tag\": {\"S\": \"$tag\"}, \
Expand Down

0 comments on commit bc58bab

Please sign in to comment.