Skip to content

Commit

Permalink
fix(collector): fix undefined time.Now().UnixMilli for go collector
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Dec 11, 2023
1 parent 7c53f3b commit 7641fdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint_and_test_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ on:
- ci-test # testing branch for github action
- '*dev'
paths:
- collector/**
- '.github/workflows/lint_and_test_collector.yml'
- 'collector/**'

# for manually triggering workflow
workflow_dispatch:
Expand Down

0 comments on commit 7641fdd

Please sign in to comment.