Skip to content

Commit

Permalink
👷 Adjust CI build to run only once on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Sep 15, 2024
1 parent aa601aa commit 54e1d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dive-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ rules:
# If the amount of wasted space makes up for X% or more of the image, mark as failed.
# Note: the base image layer is NOT included in the total image size.
# Expressed as a ratio between 0-1; fails if the threshold is met or crossed.
highestUserWastedPercent: 0.20
highestUserWastedPercent: 0.20
2 changes: 2 additions & 0 deletions .github/workflows/addon-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Check addon with linters
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
pull_request:
types:
- opened
Expand Down

0 comments on commit 54e1d58

Please sign in to comment.