Skip to content

Commit

Permalink
testing windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Nov 18, 2024
1 parent 662da86 commit 68ee45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
(
(
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/demo'
github.ref == 'refs/heads/demo' ||
github.ref == 'refs/heads/feature/python-3-12'
) &&
inputs.os == 'windows-latest'
)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
(
(
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/demo'
github.ref == 'refs/heads/demo' ||
github.ref == 'refs/heads/feature/python-3-12'
) &&
inputs.os == 'windows-latest'
)
Expand Down

0 comments on commit 68ee45a

Please sign in to comment.