Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu committed Nov 4, 2024
1 parent 3987027 commit 20e9b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/modal-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Modl CI Pipeline
name: Modal CI Pipeline

on:
push:
Expand All @@ -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
Expand Down

0 comments on commit 20e9b2f

Please sign in to comment.