diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index b039e3d7..391e1ca1 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -3,7 +3,7 @@ on: pull_request: push: branches: - - rolling + - lyrical schedule: - cron: "0 5 * * *" defaults: @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: distro: - - rolling + - lyrical steps: - uses: actions/checkout@v6 with: @@ -64,7 +64,7 @@ jobs: fail-fast: false matrix: distro: - - rolling + - lyrical steps: - uses: actions/checkout@v6 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95d7e3fc..ebc1fade 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: pull_request: push: branches: - - rolling + - lyrical schedule: - cron: "0 5 * * *" defaults: @@ -21,25 +21,25 @@ jobs: include: # Normal build (binary) - os: ubuntu:26.04 - distro: rolling + distro: lyrical build-type: binary instrumentation: instr-enabled tracepoints: tp-included # Normal build (source) - os: ubuntu:26.04 - distro: rolling + distro: lyrical build-type: source instrumentation: instr-enabled tracepoints: tp-included # Build with instrumentation disabled - os: ubuntu:26.04 - distro: rolling + distro: lyrical build-type: source instrumentation: instr-disabled tracepoints: tp-included # Normal build with tracepoints excluded - os: ubuntu:26.04 - distro: rolling + distro: lyrical build-type: source instrumentation: instr-enabled tracepoints: tp-excluded