Skip to content

Commit

Permalink
build: add .mailmap/AUTHORS to path-ignore for test-asan
Browse files Browse the repository at this point in the history
PR-URL: #40109
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and BethGriggs committed Sep 21, 2021
1 parent 886921d commit 9793e7f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test-asan.yml
@@ -1,6 +1,13 @@
name: test-asan

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '.mailmap'
- '**.md'
- 'AUTHORS'
- 'doc/**'
push:
branches:
- master
Expand All @@ -9,12 +16,9 @@ on:
- v[0-9]+.x-staging
- v[0-9]+.x
paths-ignore:
- '.mailmap'
- '**.md'
- 'doc/**'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '**.md'
- 'AUTHORS'
- 'doc/**'

env:
Expand Down

0 comments on commit 9793e7f

Please sign in to comment.