From 20e9b2f10495048bcfee273362190ff2654137bb Mon Sep 17 00:00:00 2001 From: Pin-Lun Hsu Date: Mon, 4 Nov 2024 09:51:05 -0800 Subject: [PATCH] wip --- .github/workflows/modal-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/modal-ci.yml b/.github/workflows/modal-ci.yml index cc90306a4..d2cf42d55 100644 --- a/.github/workflows/modal-ci.yml +++ b/.github/workflows/modal-ci.yml @@ -1,4 +1,4 @@ -name: Modl CI Pipeline +name: Modal CI Pipeline on: push: @@ -9,12 +9,12 @@ on: - main jobs: - checkstyle: + modal-gpu-ci-tests: runs-on: ubuntu-latest env: MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }} MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }} - + steps: - name: Checkout code uses: actions/checkout@v3