Run required checks from Crowin PRs

This commit is contained in:
zomars
2023-01-12 14:22:11 -07:00
parent 99287d9eb4
commit 0a76368e98
4 changed files with 12 additions and 6 deletions
+3 -2
View File
@@ -1,13 +1,14 @@
name: Unit tests
on:
push:
branches: [ feat/routing-forms/reporting ] # TODO: Remove this after merged in main
pull_request_target: # So we can test on forks
branches:
- main
paths:
- apps/web/**
- packages/**
workflow_run:
workflows: [Crowdin Action]
types: [completed]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true