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 3ba52d4 commit 3471b4dCopy full SHA for 3471b4d
.github/workflows/report.yml
@@ -13,13 +13,11 @@
13
# limitations under the License.
14
15
# A workflow that runs tests on every new pull request
16
-name: Run unit tests
+name: Report tests results
17
18
on:
19
repository_dispatch:
20
types: [test]
21
- push:
22
- branches-ignore: ['gh-pages']
23
pull_request:
24
branches-ignore: ['gh-pages']
25
workflow_dispatch:
.github/workflows/test.yml
@@ -18,8 +18,6 @@ name: Run unit tests
0 commit comments