mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Migrated to Actions trigger-metric workflow
refs https://github.com/TryGhost/DevOps/issues/70 - I've moved the code and history into the Actions repo to keep these things more maintainable - this commit updates the reference to the action
This commit is contained in:
parent
31a9b15a41
commit
d4b717493c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -386,7 +386,7 @@ jobs:
|
|||
# Report time taken to metrics service
|
||||
# Continue on error if previous TailScale step fails
|
||||
- name: Store test duration
|
||||
uses: tryghost/action-trigger-metric@main
|
||||
uses: tryghost/actions/actions/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…
Add table
Reference in a new issue