Skip to content

Commit

Permalink
Shunt WA / VWA unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse authored Nov 25, 2024
1 parent ccddde8 commit 43123d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:

Expand Down Expand Up @@ -211,7 +212,7 @@ jobs:

browsergym-webarena-fast:
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/heads/main')
if: ${{ false && startsWith(github.ref, 'refs/heads/main') }}

defaults:
run:
Expand Down Expand Up @@ -292,7 +293,7 @@ jobs:

browsergym-visualwebarena-fast:
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/heads/main')
if: ${{ false && startsWith(github.ref, 'refs/heads/main') }}

defaults:
run:
Expand Down

0 comments on commit 43123d7

Please sign in to comment.