From ab49ffc67d32b04e4a3285726a6964259c6c1df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= Date: Wed, 4 Dec 2024 11:28:10 +0100 Subject: [PATCH] gh: The added_files variable is not longer used It also causes problems as its value can become very very large on some pushed causing github to abort the build. --- .github/workflows/main.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1f4c2eff6028..89c37c02283e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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/checkout@v4.2.2 - uses: ./.github/actions/build-base-image @@ -131,8 +130,6 @@ jobs: - deleted: '**/*.h' deleted: - deleted: '**' - added: - - added: '**' bootstrap: - 'bootstrap/**' configure: