We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5d806 commit c3b572dCopy full SHA for c3b572d
.github/workflows/build_and_test.yml
@@ -67,6 +67,8 @@ jobs:
67
build-native:
68
name: build-native
69
uses: ./.github/workflows/build_reusable.yml
70
+ needs: ['changes']
71
+ if: ${{ needs.changes.outputs.docs-only == 'false' }}
72
with:
73
skipInstallBuild: 'yes'
74
stepName: 'build-native'
@@ -75,6 +77,8 @@ jobs:
75
77
build-native-windows:
76
78
name: build-native-windows
79
80
81
82
83
84
stepName: 'build-native-windows'
0 commit comments