diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d88a5a8d7..fca8f90232 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -245,7 +245,7 @@ jobs: # Report time taken to metrics service # Continue on error if previous TailScale step fails - - uses: sam-lord/action-trigger-metric@main + - uses: tryghost/action-trigger-metric@main timeout-minutes: 1 continue-on-error: true if: (github.event_name == 'push' && github.repository_owner == 'TryGhost') || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'TryGhost/'))