Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 1, 2024
1 parent 5043b08 commit 2c4770c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dummy

on:
push:
branches:
- dummy_branch

jobs:
setup:
name: check
runs-on: [single-gpu, nvidia-gpu, a10, ci]
steps:
- name: NVIDIA-SMI
run: |
echo "Hello A10"

0 comments on commit 2c4770c

Please sign in to comment.