mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 11:55:01 +03:00
Switch to using @tryghost/action-trigger-metric
no issue Was previously using a repo in sam-lord's personal Github.
This commit is contained in:
parent
531e4ab1a9
commit
8b978b1eb3
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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/'))
|
||||
|
Loading…
Reference in New Issue
Block a user