Skip to content

Commit

Permalink
[py] Adding job for Python nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 17, 2024
1 parent 92d47ac commit 1bd7586
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
options:
- java
- ruby
- python
- grid

jobs:
Expand All @@ -37,6 +38,18 @@ jobs:
bazel run //rb:${{ matrix.gem }}-bump-nightly-version ${{ inputs.version }}
bazel run //rb:${{ matrix.gem }}-release-nightly
python:
if: (github.repository_owner == 'seleniumhq') && (inputs.language == 'python' || github.event_name == 'schedule')
name: Python
uses: ./.github/workflows/bazel.yml
with:
name: Release
cache-key: python-nightly
run: |
./go "py:version[dev]"
./go py:release
secrets: inherit


java:
if: (github.repository_owner == 'seleniumhq') && (inputs.language == 'java' || github.event_name == 'schedule')
Expand Down

0 comments on commit 1bd7586

Please sign in to comment.