From 38c44eb213aa0d5a453e3e2b4bcfccdf635e5a9d Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 9 Jun 2022 09:51:00 -0500 Subject: [PATCH] chore: update workflow names --- .github/workflows/desktop.dev.yml | 2 +- .github/workflows/mobile.build-prod.yml | 2 +- .github/workflows/mobile.build.yml | 2 +- .github/workflows/mobile.e2e.yml | 2 +- .github/workflows/mobile.lint.yml | 20 -------------------- .github/workflows/web.beta.yml | 2 +- 6 files changed, 5 insertions(+), 25 deletions(-) delete mode 100644 .github/workflows/mobile.lint.yml diff --git a/.github/workflows/desktop.dev.yml b/.github/workflows/desktop.dev.yml index cfcc4f1f3..6795c3500 100644 --- a/.github/workflows/desktop.dev.yml +++ b/.github/workflows/desktop.dev.yml @@ -1,4 +1,4 @@ -name: Dev +name: Desktop Dev on: push: diff --git a/.github/workflows/mobile.build-prod.yml b/.github/workflows/mobile.build-prod.yml index da1de8054..ef1d4719d 100644 --- a/.github/workflows/mobile.build-prod.yml +++ b/.github/workflows/mobile.build-prod.yml @@ -1,4 +1,4 @@ -name: Build Production +name: Mobile Build Production on: [workflow_dispatch] diff --git a/.github/workflows/mobile.build.yml b/.github/workflows/mobile.build.yml index ee8317d58..d87910a68 100644 --- a/.github/workflows/mobile.build.yml +++ b/.github/workflows/mobile.build.yml @@ -1,4 +1,4 @@ -name: Build Development +name: Mobile Build Development on: push: diff --git a/.github/workflows/mobile.e2e.yml b/.github/workflows/mobile.e2e.yml index 5d325cfdc..e507ed70c 100644 --- a/.github/workflows/mobile.e2e.yml +++ b/.github/workflows/mobile.e2e.yml @@ -1,4 +1,4 @@ -name: e2e +name: Mobile e2e on: [workflow_dispatch] diff --git a/.github/workflows/mobile.lint.yml b/.github/workflows/mobile.lint.yml deleted file mode 100644 index 3cf4180b2..000000000 --- a/.github/workflows/mobile.lint.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: lint & typescript check - -on: - push: - paths: - - packages/mobile/** - -jobs: - lint: - defaults: - run: - working-directory: ./packages/mobile - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Install dependencies - run: yarn install - - name: Lint code - run: yarn lint diff --git a/.github/workflows/web.beta.yml b/.github/workflows/web.beta.yml index 78f72371e..b004177de 100644 --- a/.github/workflows/web.beta.yml +++ b/.github/workflows/web.beta.yml @@ -1,4 +1,4 @@ -name: Beta +name: Web Beta on: push: