2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Revert "Skip the "build" job for empty changes case"

This reverts commit af360dcb9b.
This commit is contained in:
Nana Sakisaka
2025-09-13 08:57:09 +09:00
parent 795d61688a
commit a0c9105839

View File

@@ -74,8 +74,6 @@ jobs:
name: "[${{ matrix.cpp_version.name }}] ${{ matrix.spirit_component }} | ${{ matrix.compiler.toolset }}-${{ matrix.compiler.version }} (${{ matrix.build_type.name }}) @ ${{ matrix.os.name }}-${{ matrix.os.version }}"
needs: changes
if: ${{ needs.changes.outputs.spirit_component != '[]' && needs.changes.outputs.spirit_component != '' }}
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
strategy: