Skip to content

Commit

Permalink
fix CI workflow format
Browse files Browse the repository at this point in the history
  • Loading branch information
erfan-goodarzi committed Sep 6, 2022
1 parent d19f032 commit acb3b01
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
pull_request:
branches:
- dev
push:
branches:
- main
- dev
workflow_dispatch:

jobs:
Expand All @@ -32,7 +28,7 @@ jobs:

- name: Test
run: npm run test:ci

chromatic:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
Expand All @@ -48,9 +44,8 @@ jobs:
uses: chromaui/action@v3
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

cypress-run:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit acb3b01

Please sign in to comment.