0
Fork 0
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:
Daniel Lockyer 2023-09-04 12:28:09 +02:00 committed by Daniel Lockyer
parent 31a9b15a41
commit d4b717493c

View file

@ -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/'))