Skip to content

Commit adff932

Browse files
committed
test it
1 parent d9827e5 commit adff932

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build + draft release
22

33
on:
4+
pull_request:
45
workflow_dispatch:
56

67
# (erodkin) this is needed to create the release, per https://github.com/softprops/action-gh-release/issues/236
@@ -9,7 +10,7 @@ permissions:
910

1011
jobs:
1112
prepare:
12-
if: github.repository_owner == 'viamrobotics'
13+
#if: github.repository_owner == 'viamrobotics'
1314
runs-on: ubuntu-latest
1415
outputs:
1516
version: ${{ steps.which_version.outputs.version }}
@@ -37,7 +38,7 @@ jobs:
3738
#if: steps.release_exists.outputs.id != ''
3839

3940
build_windows:
40-
if: github.repository_owner == 'viamrobotics'
41+
#if: github.repository_owner == 'viamrobotics'
4142
needs: [prepare]
4243
runs-on: windows-latest
4344
strategy:

0 commit comments

Comments
 (0)