Skip to content

Commit

Permalink
more commits
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Jan 29, 2025
1 parent 66ab8bd commit 680e65d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
# renovate: datasource=golang-version depName=go
go-version: '1.23.5'

- name: Check if build works for every commit
run: |
PR_FIRST_COMMIT=$(git rev-list --reverse -1 origin/${{ github.event.pull_request.base.ref }}..HEAD)
git rebase --exec "make -j $(nproc) tetragon tetra tetragon-bpf" $PR_FIRST_COMMIT^
- name: Failed commit during the build
if: ${{ failure() }}
run: git --no-pager log --format=%B -n 1

ensure-no-binary-checkin:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 680e65d

Please sign in to comment.