Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitroprobachay committed Jan 6, 2025
1 parent b771ac8 commit 3645625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nn-ci-cpu-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ 3.9 3.10 3.11 ]
python-version: [ 3.9.21 3.10.16 3.11.11 ]

# Timeout: https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 120
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nn-ci-js-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Node.js Package

on:
pull_request:
branches: [ master, v3.0, v3.1 ]
branches: [ master, v4.0 ]
paths:
- 'moderation/**'

Expand Down

0 comments on commit 3645625

Please sign in to comment.