We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e837edd commit 570f57eCopy full SHA for 570f57e
.github/workflows/pull_request.yml
@@ -68,7 +68,7 @@ jobs:
68
name: Firebase preview
69
runs-on: ubuntu-latest
70
needs: [test-unit-ui, test-unit-python]
71
- if: ${{ github.event.sender.type == 'User' }}
+ if: ${{ github.event.sender.type == 'User' && github.head_ref != 'dev' }}
72
environment:
73
name: dev
74
0 commit comments