Skip to content

Commit

Permalink
Add a name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Dec 22, 2024
1 parent 75c0747 commit 9eeb0e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/memory_leak_noop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: 'echo "This change does not affect C code."'
- name: "No-op the leak tests"
run: 'echo "This change does not affect C code."'
7 changes: 4 additions & 3 deletions .github/workflows/test_noop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Tests

on:
push:
paths:
paths-ignore:
- 'tests/**'
- 'src/**'
- '.github/workflows/tests.yml'
pull_request:
paths:
paths-ignore:
- 'tests/**'
- 'src/**'
- '.github/workflows/tests.yml'
Expand All @@ -18,4 +18,5 @@ jobs:
runs-on: ubuntu-latest

steps:
- run: 'echo "This change does not affect tests."'
- name: "No-op the tests"
run: 'echo "This change does not affect tests."'

0 comments on commit 9eeb0e0

Please sign in to comment.