From dda21b7bf5271fa1996f5b9c364d0815fdfbd2fb Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Thu, 29 Aug 2024 14:43:49 -0700 Subject: [PATCH] No need to upload PR number --- .github/workflows/cuda.yml | 15 --------------- .github/workflows/gcc.yml | 15 --------------- .github/workflows/hip.yml | 15 --------------- .github/workflows/sycl.yml | 15 --------------- 4 files changed, 60 deletions(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index bad25f18..91d95d58 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -109,18 +109,3 @@ jobs: ccache -s du -hs ~/.cache/ccache - - save_pr_number: - if: github.event_name == 'pull_request' - runs-on: ubuntu-latest - steps: - - name: Save PR number - env: - PR_NUMBER: ${{ github.event.number }} - run: | - echo $PR_NUMBER > pr_number.txt - - uses: actions/upload-artifact@v4 - with: - name: pr_number - path: pr_number.txt - retention-days: 1 diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index 2aa184a6..f7a10307 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -248,18 +248,3 @@ jobs: run: | cd ${{ github.workspace }}/IAMR/Exec/run2d mpiexec -n 2 ./amr2d.gnu.MPI.ex regtest.2d.poiseuille max_step=10 ns.v=1 mac_proj.verbose=1 nodal_proj.verbose=1 - - save_pr_number: - if: github.event_name == 'pull_request' - runs-on: ubuntu-latest - steps: - - name: Save PR number - env: - PR_NUMBER: ${{ github.event.number }} - run: | - echo $PR_NUMBER > pr_number.txt - - uses: actions/upload-artifact@v4 - with: - name: pr_number - path: pr_number.txt - retention-days: 1 diff --git a/.github/workflows/hip.yml b/.github/workflows/hip.yml index cb5542a1..00be5b9d 100644 --- a/.github/workflows/hip.yml +++ b/.github/workflows/hip.yml @@ -60,18 +60,3 @@ jobs: ccache -s du -hs ~/.cache/ccache - - save_pr_number: - if: github.event_name == 'pull_request' - runs-on: ubuntu-latest - steps: - - name: Save PR number - env: - PR_NUMBER: ${{ github.event.number }} - run: | - echo $PR_NUMBER > pr_number.txt - - uses: actions/upload-artifact@v4 - with: - name: pr_number - path: pr_number.txt - retention-days: 1 diff --git a/.github/workflows/sycl.yml b/.github/workflows/sycl.yml index 92b94a1c..7e5e9986 100644 --- a/.github/workflows/sycl.yml +++ b/.github/workflows/sycl.yml @@ -60,18 +60,3 @@ jobs: ccache -s du -hs ~/.cache/ccache - - save_pr_number: - if: github.event_name == 'pull_request' - runs-on: ubuntu-latest - steps: - - name: Save PR number - env: - PR_NUMBER: ${{ github.event.number }} - run: | - echo $PR_NUMBER > pr_number.txt - - uses: actions/upload-artifact@v4 - with: - name: pr_number - path: pr_number.txt - retention-days: 1