Skip to content

Commit

Permalink
rebuild everything
Browse files Browse the repository at this point in the history
  • Loading branch information
fedordikarev committed Dec 6, 2024
1 parent 04eece7 commit cce30d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/neon_extra_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: ./.github/workflows/build-macos.yml
with:
pg_versions: '["v16", "v17"]' # ${{ needs.files-changed.outputs.postgres_changes }}
rebuild_everything: ${{ fromJSON('false') }} # ${{ fromJson(needs.files-changed.outputs.rebuild_everything) }}
rebuild_everything: ${{ fromJSON('true') }} # ${{ fromJson(needs.files-changed.outputs.rebuild_everything) }}

gather-rust-build-stats:
needs: [ check-permissions, build-build-tools-image, files-changed ]
Expand Down

0 comments on commit cce30d3

Please sign in to comment.