Skip to content

chore: update package author email (#137) #468

chore: update package author email (#137)

chore: update package author email (#137) #468

Workflow file for this run

name: "mostlyai-mock ci-workflow"
on:
push:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
pre-commit-check:
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
uses: ./.github/workflows/pre-commit-check.yaml
secrets: inherit
run-tests:
if: |
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
uses: ./.github/workflows/run-tests.yaml
secrets: inherit