We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49c6cb commit 63f52f2Copy full SHA for 63f52f2
.github/workflows/integration.yml
@@ -104,6 +104,11 @@ jobs:
104
should_run=false
105
fi
106
107
+ if [[ "${{ needs.changes.outputs.website_only }}" == "true" ]]; then
108
+ echo "Skipping ${{ matrix.service }} test since only website changes were detected"
109
+ exit 0
110
+ fi
111
+
112
# Check if any of the three conditions is true
113
if [[ "${{ github.event_name }}" == "merge_group" || \
114
"${{ github.event_name }}" == "workflow_dispatch" || \
0 commit comments