Skip to content

Commit 4ee2253

Browse files
committed
Just testing
1 parent 02fa18f commit 4ee2253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sync_extra_features_e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
4646
# Fetch all branches
4747
git fetch origin
48+
49+
# Just to test
50+
echo "status=conflict" >> $GITHUB_OUTPUT
51+
exit 1
4852

4953
# Check if the target branch exists
5054
if ! git show-ref --verify --quiet refs/remotes/origin/extra-features-e2e-branch; then
@@ -66,10 +70,6 @@ jobs:
6670
echo "status=up-to-date" >> $GITHUB_OUTPUT
6771
exit 0
6872
fi
69-
70-
# Just to test
71-
echo "status=conflict" >> $GITHUB_OUTPUT
72-
exit 1
7373

7474
if [ "${{ github.event.inputs.force_sync }}" = "true" ]; then
7575
echo "🔧 Force sync requested. Resetting to develop..."

0 commit comments

Comments
 (0)