Upstream libbpfgo Compatibility #106
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Daily Test: Run full PR test suite against upstream libbpfgo (main branch) | |
| # | |
| name: Upstream libbpfgo Compatibility | |
| on: | |
| workflow_dispatch: {} | |
| schedule: | |
| # Daily at 03:00 UTC | |
| - cron: "0 3 * * *" | |
| permissions: {} | |
| jobs: | |
| pr-tests: | |
| uses: ./.github/workflows/pr.yaml | |
| with: | |
| upstream_libbpfgo: true | |
| permissions: | |
| contents: read |