Skip to content

Commit

Permalink
Update cpu_ci.yml (#1159)
Browse files Browse the repository at this point in the history
* Update cpu_ci.yml

Updating the workflow to point CPU workflow towards self hosted runner versus Github provided runners

* Update NeoXArgs docs automatically

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
jaimemcc-intel and github-actions authored Feb 29, 2024
1 parent 9663802 commit 3c03fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on: "push"

jobs:
run-tests:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: [ 'test', 'self-hosted' ]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion configs/neox_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Logging Arguments

- **git_hash**: str

Default = 6bb4e62
Default = 4ca9a8a

current git hash of repository

Expand Down

0 comments on commit 3c03fc7

Please sign in to comment.