We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f31659 commit b28a198Copy full SHA for b28a198
.github/workflows/ci.yml
@@ -1,10 +1,9 @@
1
-name: CI
+name: Build and Test
2
3
on: [push, pull_request]
4
5
jobs:
6
ci:
7
- name: "Build and Test"
8
runs-on: ubuntu-latest
9
if: ${{ github.event_name == 'pull_request' || github.actor != 'Copilot' }}
10
steps:
.github/workflows/coverage.yml
@@ -4,7 +4,6 @@ on: [pull_request]
code-coverage:
- name: "Code Coverage"
- uses: actions/checkout@master
0 commit comments