From 57c8ba23567b8d1bab042c4176720beddd7beaad Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Wed, 6 Nov 2024 14:54:34 +0200 Subject: [PATCH] Update CI for aarch64 #2 --- .github/workflows/almalinux-compose-test-arm64.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/almalinux-compose-test-arm64.yml b/.github/workflows/almalinux-compose-test-arm64.yml index 47e56d7..2267e55 100644 --- a/.github/workflows/almalinux-compose-test-arm64.yml +++ b/.github/workflows/almalinux-compose-test-arm64.yml @@ -35,15 +35,6 @@ jobs: actions: write steps: - - name: Check inputs - run: | - # Fail tasts if both pungi and pulp repositories are used - if [ "x${{ inputs.pungi_repository }}" = "xtrue" -a "x${{ inputs.pulp_repository }}" = "xtrue" ]; then - echo "[Debug] Both pungi and pulp repositories can't be used." - exit 1 - fi - exit 0 - - name: Setup and start runner id: start-ec2-runner uses: NextChapterSoftware/ec2-action-builder@v1.5