Skip to content

Commit

Permalink
Merge pull request #1105 from chromaui/cody/cap-2333-skip-package-siz…
Browse files Browse the repository at this point in the history
…e-on-merge-queue

Only run `package-size` on pull request
  • Loading branch information
codykaup authored Oct 21, 2024
2 parents e1d7f1c + 711d2c5 commit 6bdbaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:

jobs:
package-size:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/package-size.yml
permissions:
contents: read
Expand Down

0 comments on commit 6bdbaf2

Please sign in to comment.