diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-04 11:41:11 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-11 13:35:08 -0500 |
| commit | c507aaf9abeff4b93b7f9bdbc55801f2ccfc2d01 (patch) | |
| tree | d831d3d8e9b80c87c6524ef49fc658d54c9ab6d0 /.github/workflows/tests.yml | |
| parent | bb7f4f8a734f0f4dccd88e130b1c2ccd68b2d097 (diff) | |
Refs #36620 -- Guarded coverage tests workflow behind a label.
This also removes the skip on the primary tests workflow so that
it runs more predictably.
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3012ccb83e..411fc7736a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,6 @@ permissions: jobs: windows: - if: github.event_name == 'push' runs-on: windows-latest strategy: matrix: |
