Skip to content

Commit fd24479

Browse files
committed
Test v0_master.
1 parent fe8ad9c commit fd24479

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ppc64le-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: make test
13-
run: ~/ssh-run.sh gcc112.fsffrance.org ~/mir-test.sh master `git log |head -1|awk '{print $2}'`
13+
run: ~/ssh-run.sh gcc112.fsffrance.org ~/mir-test.sh v0_master `git log |head -1|awk '{print $2}'`

.github/workflows/riscv64-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: make test
13-
run: ~/mir-riscv64-test.sh master `git log |head -1|awk '{print $2}'`
13+
run: ~/mir-riscv64-test.sh v0_master `git log |head -1|awk '{print $2}'`

.github/workflows/s390x-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: make test
13-
run: ~/mir-s390x-test.sh master `git log |head -1|awk '{print $2}'`
13+
run: ~/mir-s390x-test.sh v0_master `git log |head -1|awk '{print $2}'`

0 commit comments

Comments
 (0)