Skip to content

Commit

Permalink
do-not-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelroquetto committed Feb 12, 2025
1 parent 0804dd1 commit 405fd10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_ebpf_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build-ebpf:
if: ${{ ! contains(github.event.commits[0].message, '[do-not-rebuild]') }}
runs-on: ubuntu-latest
permissions:
contents: write # Allow commits back to the repo
Expand All @@ -31,7 +32,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -u
git commit -m "CI: Auto-build eBPF binaries" || exit 0
git commit -m "CI: Auto-build eBPF binaries[do-not-rebuild]" || exit 0
git push
run-integration-tests:
Expand Down

0 comments on commit 405fd10

Please sign in to comment.