Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BSWANG committed Apr 15, 2024
1 parent 446beab commit 6f3a9c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@ jobs:
check-btf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: build-btf
run: |
cd ${{ github.workspace }} && make generate-btf-in-container
make generate-btf-in-container
- name: check-btf-update
run: |
if [ -n "$(git status --porcelain)" ]; then
Expand Down

0 comments on commit 6f3a9c3

Please sign in to comment.