Compare commits
1 Commits
ca0978fa43
...
130858099c
| Author | SHA1 | Date | |
|---|---|---|---|
| 130858099c |
@@ -57,9 +57,7 @@ jobs:
|
|||||||
|
|
||||||
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
|
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
|
||||||
git stash
|
git stash
|
||||||
echo "Checking out source branch $BRANCH_NAME"
|
git checkout "$BRANCH_NAME" "origin/$BRANCH_NAME"
|
||||||
git fetch origin "$BRANCH_NAME"
|
|
||||||
git checkout "$BRANCH_NAME"
|
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
echo "Checking if last commit was a timing update"
|
echo "Checking if last commit was a timing update"
|
||||||
@@ -72,7 +70,8 @@ jobs:
|
|||||||
echo "Last commit name was: $LAST_COMMIT_MSG"
|
echo "Last commit name was: $LAST_COMMIT_MSG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Checking out source branch $BRANCH_NAME"
|
||||||
|
git fetch origin "$BRANCH_NAME"
|
||||||
git stash pop
|
git stash pop
|
||||||
|
|
||||||
git add unit-tests/timing-results/matrix-timing-tests.txt
|
git add unit-tests/timing-results/matrix-timing-tests.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user