Skip to content

Commit c4e0f75

Browse files
committed
add condiiton to ci workflows
1 parent bb52b8e commit c4e0f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
status_checks:
5151
name: E2E status checks
5252
runs-on: ubuntu-latest
53-
if: always()
53+
if: ${{ github.event_name == 'pull_request' }}
5454
needs: test
5555
steps:
5656
- name: determine status check conclusion

0 commit comments

Comments
 (0)