Skip to content

feat(mutex): support mutex lock retries via dobj class statics #26

feat(mutex): support mutex lock retries via dobj class statics

feat(mutex): support mutex lock retries via dobj class statics #26

Workflow file for this run

name: test
on:
workflow_call:
push:
branches-ignore:
- 'main' # exclude main branch, since deploy workflow triggers on main, and calls the test workflow inside of it already
tags-ignore:
- v* # exclude tags, since deploy workflow triggers on tags, and calls the test workflow inside of it already
jobs:
suite:
uses: ./.github/workflows/.test.yml