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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user