Skip to content

Commit

Permalink
Don't run CC on PR's.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Jan 4, 2025
1 parent ea98732 commit c27a124
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: ci

on:
- push
- pull_request
push:
branches:
- main
pull_request:

jobs:
build:
Expand Down Expand Up @@ -33,7 +35,7 @@ jobs:
- name: Test with tox
run: tox

- if: github.event_name != 'pull_request'
- if: github.event_name == 'push'
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit c27a124

Please sign in to comment.