Skip to content

Commit

Permalink
update path filter
Browse files Browse the repository at this point in the history
Signed-off-by: Ric Li <[email protected]>
  • Loading branch information
ricmli committed Jan 23, 2024
1 parent 7603552 commit a0e608e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/path_filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ afxdp_build: &afxdp_build
- .github/workflows/afxdp_build.yml
- *src
- *build

afxdp_test: &afxdp_test
- .github/workflows/afxdp_build_with_gtest.yml
- *src
- *build
2 changes: 1 addition & 1 deletion .github/workflows/afxdp_build_with_gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
permissions:
pull-requests: read
outputs:
changed: ${{ steps.filter.outputs.linux_gtest == 'true' }}
changed: ${{ steps.filter.outputs.afxdp_test == 'true' }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Expand Down

0 comments on commit a0e608e

Please sign in to comment.