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