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 c0a4870 commit 51ef392
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/echo_base.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: bench_test
# name: echo_base

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

jobs:
echo:
runs-on: [self-hosted]
timeout-minutes: 3
steps:
- run: echo "Hello world"
# jobs:
# echo:
# runs-on: [self-hosted, Linux]
# timeout-minutes: 3
# steps:
# - name: Analysing the code with pylint
# run: |
# make lint
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 51ef392

Please sign in to comment.