Skip to content

Commit 44f51da

Browse files
committed
actions: twister: remove temporary workaround asking for rebase
This is not needed anymore. Signed-off-by: Anas Nashif <[email protected]>
1 parent 4c03846 commit 44f51da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/twister.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
7272
run: |
7373
export ZEPHYR_BASE=${PWD}
7474
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
75-
# temporary until we have all PRs rebased on top of this commit.
76-
git log -n 500 --oneline | grep -q "run twister using github action" || (
77-
echo "Your branch is not up to date, you need to rebase on top of latest HEAD of main branch"
78-
exit 1
79-
)
8075
python3 ./scripts/ci/test_plan.py -c origin/${BASE_REF}.. --pull-request -t $TESTS_PER_BUILDER
8176
if [ -s .testplan ]; then
8277
cat .testplan >> $GITHUB_ENV

0 commit comments

Comments
 (0)