Compare commits
1 Commits
130858099c
...
ca0978fa43
| Author | SHA1 | Date | |
|---|---|---|---|
| ca0978fa43 |
@@ -57,7 +57,9 @@ jobs:
|
|||||||
|
|
||||||
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
|
BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
|
||||||
git stash
|
git stash
|
||||||
git checkout "$BRANCH_NAME" "origin/$BRANCH_NAME"
|
echo "Checking out source branch $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"
|
||||||
@@ -70,8 +72,7 @@ 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