Skip to content

Commit

Permalink
# This is a combination of 5 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

rebase

# This is the commit message #2:

rebase

# This is the commit message #3:

add origin

# This is the commit message #4:

Delete build-artifacts.yml
# This is the commit message #5:

rebase
  • Loading branch information
haroldsphinx committed Jan 27, 2022
1 parent b8c023d commit 3a55b92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 128 deletions.
126 changes: 0 additions & 126 deletions .github/workflows/build-artifacts.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/simnode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
id: check_runtime
env:
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
run: .maintain/check_runtime.sh
GITHUB_BRANCH_NAME: ${{ steps.branch-name.outputs.current_branch }}

run: |
.maintain/check_runtime.sh
- name: Run Simnode
env:
Expand Down
2 changes: 1 addition & 1 deletion .maintain/common/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ has_runtime_changes() {
from=$1
to=$2
echo "diffing $from & $to"
if git diff --name-only "${from}...${to}" |
if git diff --name-only "origin/${from}...origin/${to}" |
grep -q -e '^frame/' -e "^runtime/$3/"; then
return 0

Expand Down

0 comments on commit 3a55b92

Please sign in to comment.