Skip to content

Commit

Permalink
Fix: reduce windows build triggers (#1022)
Browse files Browse the repository at this point in the history
Due to the lack of windows runners windows hooks 
CiCd checks are failing.

Temporary WA: Disable the hooks until Windows CiCd
runners will be available.

---------

Co-authored-by: GH Action - Upstream Sync <[email protected]>
  • Loading branch information
zLukas and actions-user authored Dec 16, 2024
1 parent 1580c7f commit d190e6f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/msys2_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ name: Windows MSYS2 build
on:
# allow manually trigger
workflow_dispatch:
push:
branches:
- main
- 'maint-**'
pull_request:
branches:
- main
- 'maint-**'
workflow_call:

env:
# FIXME: For some reason enabling jit debugging "fixes" random python crashes
Expand Down

0 comments on commit d190e6f

Please sign in to comment.