Skip to content

Commit 18ee0d5

Browse files
Update docker-publish.yml
Signed-off-by: Mohamed Asif <142201466+mohamedasifs123@users.noreply.github.com>
1 parent fbcfc0f commit 18ee0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
curl --fail http://127.0.0.1:9091/api/v1/query?query=ethtool_duplex | grep ethtool_duplex
5757
curl --fail http://127.0.0.1:9091/api/v1/query?query=kernel_boot_time_total | grep kernel_boot_time_total
5858
curl --fail http://127.0.0.1:9091/api/v1/query?query=docker_container_mem_limit | grep docker_container_mem_limit
59-
curl --fail http://127.0.0.1:9091/api/v1/query?query=interrupts_irq | grep interrupts_irq
59+
curl --fail http://127.0.0.1:9091/api/v1/query?query=interrupts_total | grep interrupts_total
6060
6161
- name: Logs
6262
if: always()

0 commit comments

Comments
 (0)