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 b989228 commit 2331611
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/modal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ on:
branches:
- main

concurrency:
# This causes it to cancel previous in-progress actions on the same PR / branch,
# but not on main
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
modal-gpu-ci-tests:
runs-on: ubuntu-latest

env:
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
Expand Down

0 comments on commit 2331611

Please sign in to comment.