Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
  • Loading branch information
koomie committed Jul 8, 2024
1 parent eab885f commit 0f745aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: ubuntu/slurm
on: [push]
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
jobs:
test:
name: Test Omnistat integration
name: Test Omnistat client
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
Expand Down

0 comments on commit 0f745aa

Please sign in to comment.