summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pahole.yml
blob: 37840ff0079bcfdb87d08114a09c069a8a68a65c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: pahole-staging

on:
  schedule:
    - cron:  '0 18 * * *'


jobs:
  vmtest:
    runs-on: ubuntu-20.04
    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