Skip to content

Re-enable support for RHEL on s390x #93

Re-enable support for RHEL on s390x

Re-enable support for RHEL on s390x #93

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Diff stable
env:
GH_TOKEN: ${{ github.token }}
run: |
make CHANNEL=stable diff
- name: Diff test
env:
GH_TOKEN: ${{ github.token }}
run: |
make CHANNEL=test diff