Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZaccaria committed Oct 23, 2024
1 parent 345546e commit cda9835
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ env:

jobs:
kubernetes:
if: contains(github.event.pull_request.labels.*.name, 'e2e') || github.event_name == 'merge_group'
runs-on: ubuntu-20.04-4core-gpu

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guided_notebook_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
verify-0_basic_ray:
if: contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks')
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
runs-on: ubuntu-20.04-4core

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui_notebooks_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
verify-3_widget_example:
if: contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') || contains(github.event.pull_request.labels.*.name, 'test-ui-notebooks')
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') || contains(github.event.pull_request.labels.*.name, 'test-ui-notebooks') }}
runs-on: ubuntu-20.04-4core

steps:
Expand Down

0 comments on commit cda9835

Please sign in to comment.