Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
JRPan committed Mar 21, 2024
1 parent 5246fc7 commit bdb53d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
cd gpu-simulator/gpgpu-sim
echo "GPGPUSIM_COUNT=$(git log --oneline --since '1 week ago' | wc -l)" >> $GITHUB_OUTPUT
echo "GPGPUSIM_COUNT=$(git log --oneline --since '1 week ago' | wc -l)"
- name: print
run: |
echo ${{ steps.Test-for-commit.outputs.TRACER_COUNT }}
echo ${{ steps.Test-for-commit.outputs.ACCEL_SIM_COUNT }}
echo ${{ steps.Test-for-commit.outputs.GPGPUSIM_COUNT }}
Tracer-Weekly:
needs: Last-Commit
runs-on: tgrogers-gpu01
Expand Down

0 comments on commit bdb53d4

Please sign in to comment.