Skip to content

Commit

Permalink
REMOVE_ME Skip coverage for speedy builds
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 19, 2023
1 parent 8188c88 commit 0679a2f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,3 @@ jobs:
platform: linux-modular
nightly: ${{ github.event.inputs.nightly }}
modular: true
linux-coverage:
# Run on main branch for pushes, PRs and manual invocations.
if: |
${{ github.ref == 'refs/heads/main' &&
(github.event_name == 'push' ||
github.event_name == 'pull_request' ||
(github.event_name == 'workflow_dispatch' && inputs.nightly == 'false')) }}
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux-coverage
nightly: ${{ github.event.inputs.nightly }}

0 comments on commit 0679a2f

Please sign in to comment.