Skip to content

Move RHEL <10 .repo files to their own directory #15

Move RHEL <10 .repo files to their own directory

Move RHEL <10 .repo files to their own directory #15

Workflow file for this run

name: Diff
on:
pull_request:
jobs:
diff:
name: Diff
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Diff stable
run: |
make CHANNEL=stable diff
- name: Diff test
run: |
make CHANNEL=test diff