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 b28a198 commit a4b899dCopy full SHA for a4b899d
.github/workflows/ci.yml
@@ -1,9 +1,9 @@
1
-name: Build and Test
+name: Continuous Integration
2
3
on: [push, pull_request]
4
5
jobs:
6
- ci:
+ run:
7
runs-on: ubuntu-latest
8
if: ${{ github.event_name == 'pull_request' || github.actor != 'Copilot' }}
9
steps:
.github/workflows/coverage.yml
@@ -3,7 +3,7 @@ name: Code Coverage
on: [pull_request]
- code-coverage:
- uses: actions/checkout@master
0 commit comments