Skip to content

Commit

Permalink
common: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Aug 21, 2023
1 parent 61c2945 commit 95d9769
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pmem_long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [[self-hosted, rhel],[self-hosted, opensuse]]
script: ['sh', 'py']
build: [ 'debug', 'nondebug']
# os: [[self-hosted, rhel],[self-hosted, opensuse]]
os: [[self-hosted, rhel]]
# script: ['sh', 'py']
script: ['sh']
# build: [ 'debug', 'nondebug']
build: [ 'debug']

env:
WORKDIR: utils/gha-runners
Expand Down

0 comments on commit 95d9769

Please sign in to comment.