File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed
.build-tools/containers/buildenv Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ RUN git clone -b v0.3.28 --single-branch --depth 1 https://github.com/OpenMathLi
1818 sudo make PREFIX=/usr/local install && \
1919 sudo rm -rf ${HOME}/OpenBLAS
2020
21+
2122WORKDIR $HOME
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 build-docker-arm64 :
15- uses : Algebraic-Programming/TaskR/.github/workflows/master-build-workflow.yml@master
15+ uses : Algebraic-Programming/TaskR/.github/workflows/master-build-workflow.yml@main
1616 with :
1717 os : ubuntu-24.04-arm
1818 arch : arm64
1919
2020 build-docker-amd64 :
21- uses : Algebraic-Programming/TaskR/.github/workflows/master-build-workflow.yml@master
21+ uses : Algebraic-Programming/TaskR/.github/workflows/master-build-workflow.yml@main
2222 with :
2323 os : ubuntu-24.04
2424 arch : amd64
5050 if : |
5151 always() &&
5252 (contains(needs.push-buildenv-manifest.result, 'success') || contains(needs.push-buildenv-manifest.result, 'skipped'))
53- uses : Algebraic-Programming/TaskR/.github/workflows/master-test-workflow.yml@master
53+ uses : Algebraic-Programming/TaskR/.github/workflows/master-test-workflow.yml@main
5454 with :
5555 os : ubuntu-24.04-arm
5656 arch : arm64
6060 if : |
6161 always() &&
6262 (contains(needs.push-buildenv-manifest.result, 'success') || contains(needs.push-buildenv-manifest.result, 'skipped'))
63- uses : Algebraic-Programming/TaskR/.github/workflows/master-test-workflow.yml@master
63+ uses : Algebraic-Programming/TaskR/.github/workflows/master-test-workflow.yml@main
6464 with :
6565 os : ubuntu-24.04
6666 arch : amd64
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ jobs:
3737 # Check the PR diff using the current branch and the base branch of the PR
3838 - name : Run git diff
3939 run : |
40- git diff --name-only origin/master ${{ github.event.pull_request.head.sha }} > ${{ runner.temp }}/diff.txt
40+ git diff --name-only origin/main ${{ github.event.pull_request.head.sha }} > ${{ runner.temp }}/diff.txt
4141
4242 - name : Check if Dockerfile was modified
4343 id : check-dockerfile
4444 env :
4545 MODIFIED_FILES_PATH : ${{ runner.temp }}/diff.txt
4646 run : |
47- echo "$(git rev-parse origin/master )"
47+ echo "$(git rev-parse origin/main )"
4848 echo "$(git rev-parse ${{ github.event.pull_request.head.sha }})"
4949 cat $MODIFIED_FILES_PATH
5050 if cat $MODIFIED_FILES_PATH | grep -q 'buildenv/Dockerfile' ; then
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ concurrency:
1313
1414jobs :
1515 ci-arm64 :
16- uses : algebraic-programming /TaskR/.github/workflows/pr-development-workflow.yml@master
16+ uses : Algebraic-Programming /TaskR/.github/workflows/pr-development-workflow.yml@main
1717 with :
1818 os : ubuntu-24.04-arm
1919 arch : arm64
2020
2121 ci-amd64 :
22- uses : algebraic-programming /TaskR/.github/workflows/pr-development-workflow.yml@master
22+ uses : Algebraic-Programming /TaskR/.github/workflows/pr-development-workflow.yml@main
2323 with :
2424 os : ubuntu-24.04
2525 arch : amd64
You can’t perform that action at this time.
0 commit comments