Skip to content

Commit

Permalink
make continues-release depends on test
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Nov 4, 2024
1 parent f670e69 commit 616b0cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
chromatic_token: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

continuous-release:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
Expand Down

0 comments on commit 616b0cf

Please sign in to comment.