Skip to content

Commit f977d83

Browse files
committed
disable filter
1 parent 3c28deb commit f977d83

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

.github/actions/dpdk/action.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/base_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
pull-requests: read
2323
outputs:
24-
changed: ${{ steps.filter.outputs.ubuntu_build == 'true' }}
24+
changed: 'true' # {{ steps.filter.outputs.ubuntu_build == 'true' }}
2525
steps:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727

0 commit comments

Comments
 (0)