Skip to content

Commit

Permalink
feat(e2e): implementing Cypress Dashboard on master branch merges (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Jun 26, 2024
1 parent d4054e3 commit c49a6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
PYTHONPATH: ${{ github.workspace }}
REDIS_PORT: 16379
GITHUB_TOKEN: ${{ github.token }}
USE_DASHBOARD: ${{ github.event.inputs.use_dashboard || 'false' }}
USE_DASHBOARD: ${{ github.event.inputs.use_dashboard || (github.ref == 'refs/heads/master' && 'true') || 'false' }}
services:
postgres:
image: postgres:15-alpine
Expand Down

0 comments on commit c49a6df

Please sign in to comment.