Skip to content

Commit

Permalink
gh: The added_files variable is not longer used
Browse files Browse the repository at this point in the history
It also causes problems as its value can become very very
large on some pushed causing github to abort the build.
  • Loading branch information
garazdawi committed Dec 4, 2024
1 parent 87e5ea3 commit ab49ffc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
changes: ${{ steps.changes.outputs.changes }}
c-code-changes: ${{ steps.c-code-changes.outputs.changes }}
all: ${{ steps.apps.outputs.all }}
added_files: ${{ steps.cache.outputs.added_files }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/[email protected]
- uses: ./.github/actions/build-base-image
Expand Down Expand Up @@ -131,8 +130,6 @@ jobs:
- deleted: '**/*.h'
deleted:
- deleted: '**'
added:
- added: '**'
bootstrap:
- 'bootstrap/**'
configure:
Expand Down

0 comments on commit ab49ffc

Please sign in to comment.