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 75c0747 commit 9eeb0e0Copy full SHA for 9eeb0e0
.github/workflows/memory_leak_noop.yml
@@ -16,4 +16,5 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - run: 'echo "This change does not affect C code."'
+ - name: "No-op the leak tests"
20
+ run: 'echo "This change does not affect C code."'
.github/workflows/test_noop.yml
@@ -2,12 +2,12 @@ name: Tests
2
3
on:
4
push:
5
- paths:
+ paths-ignore:
6
- 'tests/**'
7
- 'src/**'
8
- '.github/workflows/tests.yml'
9
pull_request:
10
11
12
13
@@ -18,4 +18,5 @@ jobs:
21
- - run: 'echo "This change does not affect tests."'
+ - name: "No-op the tests"
22
+ run: 'echo "This change does not affect tests."'
0 commit comments