Skip to content

Commit

Permalink
Merge pull request #657 from OpenPoolProject/kilpatty-patch-3
Browse files Browse the repository at this point in the history
ci: don't run bloat on scheduled runs
  • Loading branch information
kilpatty authored Jan 25, 2024
2 parents caac037 + 47061b2 commit 40fa2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ jobs:
key:
bloat-${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo bloat
if: ${{ github.event_name != 'schedule' }}
# @todo For security, let's fork this into the OpenPoolProject/actions
# folder - the original (this is a fork) no longer works because it uses
# a 3rd parter server to cache builds that is no longer existant.
Expand Down

0 comments on commit 40fa2f4

Please sign in to comment.