Skip to content

Commit

Permalink
fixed misspelling (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahim-hentabli authored Oct 5, 2024
1 parent 1cd5850 commit ec468b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
jobs:
test-matrix:
stategy:
test_matrix:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
build_type: [default, openmp]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
types: [created, edited, deleted]
jobs:
test_matrix:
if: ${{ github.event.issue.pull_request && contains( github.event.comment.body, '\pcm' ) }}
stategy:
if: ${{ github.event.issue.pull_request && contains( github.event.comment.body, '/pcm' ) }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
build_type: [default, openmp]
Expand Down

0 comments on commit ec468b9

Please sign in to comment.