From 39d50b2d6e3d56e1ee57a473724355c374a12747 Mon Sep 17 00:00:00 2001 From: SotaYoshida Date: Mon, 4 Mar 2024 14:41:33 +0900 Subject: [PATCH] CI*.yml updated --- .github/workflows/CI_pullrequest.yml | 29 ---------------------------- 1 file changed, 29 deletions(-) diff --git a/.github/workflows/CI_pullrequest.yml b/.github/workflows/CI_pullrequest.yml index 191eaf72..5e3fd96f 100644 --- a/.github/workflows/CI_pullrequest.yml +++ b/.github/workflows/CI_pullrequest.yml @@ -65,35 +65,6 @@ jobs: export PATH=$PATH:/home/runner/.julia/bin mpiexecjl -n 4 julia --depwarn=yes --project=@. ./test/mpirun_test.jl - # build2: - # runs-on: ubuntu-latest - # strategy: - # fail-fast: false - # matrix: - # include: - # - {version: '1.8', os: ubuntu-latest} - # name: Run sample_script.jl - # steps: - # - uses: actions/checkout@v2 - # with: - # fetch-depth: 0 - # - uses: julia-actions/setup-julia@v1 - # with: - # version: ${{ matrix.version }} - # arch: x64 - # - uses: julia-actions/cache@v1 - # - uses: julia-actions/julia-buildpkg@v1 - # - run: | - # git_hash=$(git rev-parse --short "$GITHUB_SHA") - # echo git_hash $git_hash - # echo running on branch ${GITHUB_REF##*/} - # echo git_hash:[$git_hash] > ./example/log_sample_script.txt - # julia --project="@." -t 4 ./example/sample_script.jl >> ./example/log_sample_script.txt - # git add example/log_sample_script.txt - # - name: commit changed logfile - # uses: stefanzweifel/git-auto-commit-action@v4.2.0 - # with: - # commit_message: Update log_sample_script.txt docs: name: Documentation runs-on: ubuntu-latest