Skip to content

Commit

Permalink
Update CI for aarch64 AlmaLinux#2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Nov 6, 2024
1 parent a1fd4a1 commit 57c8ba2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/almalinux-compose-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 57c8ba2

Please sign in to comment.