mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 06:53:12 +00:00
chore: avoid kick off CI when not strictly required (#3505)
This commit is contained in:
parent
0830898530
commit
d05469fd6d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -80,6 +80,8 @@ jobs:
|
|||||||
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 all tools
|
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 all tools
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
|
needs: changes
|
||||||
|
if: ${{ needs.changes.outputs.v2 == 'true' || needs.changes.outputs.common == 'true' }}
|
||||||
uses: ./.github/workflows/windows-build.yml
|
uses: ./.github/workflows/windows-build.yml
|
||||||
with:
|
with:
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user