Skip to content

Commit 869a3bc

Browse files
chore(overwatch): Do not run on main (#3835)
1 parent f38f3b1 commit 869a3bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ jobs:
338338
name: Run Overwatch
339339
runs-on: ubuntu-latest
340340
needs: install
341+
if: ${{ github.event_name == 'pull_request' }}
341342
steps:
342343
- name: Checkout
343344
uses: actions/checkout@v4

0 commit comments

Comments
 (0)