Skip to content

Commit

Permalink
ci(api): temporarily make deploy-dev not need test
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Apr 8, 2022
1 parent 56d5018 commit d09c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Deploy Dev
if: github.event_name == 'pull_request' && github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
needs: test
#needs: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit d09c94f

Please sign in to comment.