We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fa18f commit 4ee2253Copy full SHA for 4ee2253
.github/workflows/sync_extra_features_e2e.yml
@@ -45,6 +45,10 @@ jobs:
45
46
# Fetch all branches
47
git fetch origin
48
+
49
+ # Just to test
50
+ echo "status=conflict" >> $GITHUB_OUTPUT
51
+ exit 1
52
53
# Check if the target branch exists
54
if ! git show-ref --verify --quiet refs/remotes/origin/extra-features-e2e-branch; then
@@ -66,10 +70,6 @@ jobs:
66
70
echo "status=up-to-date" >> $GITHUB_OUTPUT
67
71
exit 0
68
72
fi
69
-
- # Just to test
- echo "status=conflict" >> $GITHUB_OUTPUT
- exit 1
73
74
if [ "${{ github.event.inputs.force_sync }}" = "true" ]; then
75
echo "🔧 Force sync requested. Resetting to develop..."
0 commit comments