Skip to content

Commit

Permalink
temporarily disable, print trigger event string
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Dec 29, 2023
1 parent dbc29b6 commit af8ea01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:

jobs:
test:
if: github.event.action == 'workflow_dispatch' || (github.event.action == 'pull_request_review' && github.event.review.state == 'approved')
# if: github.event.action == 'workflow_dispatch' || (github.event.action == 'pull_request_review' && github.event.review.state == 'approved')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: |
echo "${{ github.event.action }}"
npm ci
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Expand Down

0 comments on commit af8ea01

Please sign in to comment.