mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-22 01:09:06 +08:00
The current version of actions/checkout is v3. That means that v2, which we currently use, has been superseded. Update the version we use accordingly. Signed-off-by: Daniel Müller <deso@posteo.net>
21 lines
373 B
YAML
21 lines
373 B
YAML
name: pahole-staging
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 18 * * *'
|
|
|
|
|
|
jobs:
|
|
vmtest:
|
|
runs-on: ubuntu-latest
|
|
name: Kernel LATEST + staging pahole
|
|
env:
|
|
STAGING: tmp.master
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: ./.github/actions/setup
|
|
- uses: ./.github/actions/vmtest
|
|
with:
|
|
kernel: LATEST
|
|
pahole: $STAGING
|