Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
Change-Id: If1f13904d014cc3bf3da7cc670f8cfad47d4d2aa
  • Loading branch information
madhurajayaraman committed Sep 10, 2024
1 parent 4b6c2a9 commit a41527d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/config/evergreen-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"docker_service": "build-linux-evergreen",
"on_host_test": true,
"evergreen_loader": "linux-x64x11",
"on_host_test_shards": ["0", "1", "2", "3", "blackbox", "wpt", "evergreen"],
"on_host_test_shards": ["evergreen"],
"platforms": [
"evergreen-x64",
"evergreen-x64-sbversion-17"
"evergreen-x64"
],
"includes": [
{
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: python-tests

on:
pull_request:
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
- cron: '18 14 * * 1'
push:
branches: [ main ]
pull_request:
branches: [ main ]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit a41527d

Please sign in to comment.