Skip to content

Commit f283f2a

Browse files
committed
WIP remove owner restriction so it can be demo'd
1 parent 43cf177 commit f283f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
name: "Release Binaries"
234234
runs-on: ubuntu-latest
235235
needs: [macos-stable, linux-stable, windows-stable, macos-debug, linux-debug, windows-debug]
236-
if: github.event_name != 'schedule' && github.repository_owner == 'seleniumhq' && (github.ref == 'refs/heads/trunk' || inputs.release == 'true')
236+
if: github.event_name != 'schedule' && (github.ref == 'refs/heads/trunk' || inputs.release == 'true')
237237
steps:
238238
- name: "Checkout selenium_manager_artifacts"
239239
uses: actions/checkout@v4

0 commit comments

Comments
 (0)