1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
This commit is contained in:
Gastón Fournier 2023-06-09 10:08:23 +02:00
parent 69e1c73db1
commit 66cd4aca5a
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -1,6 +1,7 @@
name: Lower null checks
on:
pull_request:
workflow_dispatch:
concurrency:
@ -46,7 +47,7 @@ jobs:
-H "Authorization: token $GITHUB_TOKEN" \
--data "{ \"body\": \"${1}\" }"
}
set -x
YARN_1="yarn --mutex network --cwd ./current"
YARN_2="yarn --mutex network --cwd ./main"