Skip to content

Commit

Permalink
Merge branch 'master' into guest_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
inflatador authored Oct 25, 2024
2 parents 94212b5 + 1460f8d commit b5701d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
matrix:
distro: [el9stream]
steps:
- uses: actions/checkout@v2
- uses: ovirt/checkout-action@main
with:
fetch-depth: 0
- name: Mark repository as safe
run: git config --global --add safe.directory "$(pwd)"
- name: Check patch
run: ./automation/check-patch.sh
- name: Upload artifacts
uses: ovirt/upload-rpms-action@v1
uses: ovirt/upload-rpms-action@main
with:
directory: ${{ env.EXPORT_DIR }}
distro: ${{ matrix.distro }}

0 comments on commit b5701d9

Please sign in to comment.