diff --git a/.github/workflows/ppc64le-test.yml b/.github/workflows/ppc64le-test.yml index 914f7e7ebc..926b5c0ee0 100644 --- a/.github/workflows/ppc64le-test.yml +++ b/.github/workflows/ppc64le-test.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v1 - name: make test - run: ~/ssh-run.sh gcc112.fsffrance.org ~/mir-test.sh master `git log |head -1|awk '{print $2}'` + run: ~/ssh-run.sh gcc112.fsffrance.org ~/mir-test.sh v0_master `git log |head -1|awk '{print $2}'` diff --git a/.github/workflows/riscv64-test.yml b/.github/workflows/riscv64-test.yml index 1dbfaa152e..740366a886 100644 --- a/.github/workflows/riscv64-test.yml +++ b/.github/workflows/riscv64-test.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v1 - name: make test - run: ~/mir-riscv64-test.sh master `git log |head -1|awk '{print $2}'` + run: ~/mir-riscv64-test.sh v0_master `git log |head -1|awk '{print $2}'` diff --git a/.github/workflows/s390x-test.yml b/.github/workflows/s390x-test.yml index 5a04671a2f..95111e063c 100644 --- a/.github/workflows/s390x-test.yml +++ b/.github/workflows/s390x-test.yml @@ -10,4 +10,4 @@ jobs: steps: - uses: actions/checkout@v1 - name: make test - run: ~/mir-s390x-test.sh master `git log |head -1|awk '{print $2}'` + run: ~/mir-s390x-test.sh v0_master `git log |head -1|awk '{print $2}'`