Skip to content

Commit

Permalink
debug-only
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Jun 10, 2024
1 parent 9b628be commit 5fd9b9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:latest
container:
image: registry.fedoraproject.org/fedora:latest
options: "--privileged"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.phase }}
cancel-in-progress: true
Expand Down

0 comments on commit 5fd9b9b

Please sign in to comment.