Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Sep 6, 2024
1 parent de4a58a commit 083fc2f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: bench_test

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
echo:
runs-on: [self-hosted]
timeout-minutes: 3
steps:
- run: echo "Hello world"

0 comments on commit 083fc2f

Please sign in to comment.