Skip to content

Commit

Permalink
ci: remove dpdk ci
Browse files Browse the repository at this point in the history
no need for build dpdk every pr

(cherry picked from commit 9e563d8)
  • Loading branch information
oilbeater committed Jun 21, 2021
1 parent 7003890 commit 96e2245
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build-dpdk-image.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
name: Build dpdk Image
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
- '**.md'
push:
branches:
- master
- release-*
paths-ignore:
- 'docs/**'
- '**.md'
on: workflow_dispatch

jobs:
build:
Expand Down

0 comments on commit 96e2245

Please sign in to comment.