Skip to content

Commit 8dbf636

Browse files
authored
Update ci.yaml
1 parent 646d1b0 commit 8dbf636

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yaml

+5-7
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ on:
2424

2525
jobs:
2626
CI:
27-
strategy:
28-
matrix:
29-
target: [ubuntu-20.04]
30-
uses: redhat-developer/podman-desktop-redhat-account-ext/.github/workflows/build.yaml@main
31-
with:
32-
runs-on: ${{ matrix.target }}
33-
registry: 'ghcr'
27+
runs-on: uvuntu-20.04
28+
steps:
29+
- uses: action/checkout@v4
30+
- name: Dummy step
31+
run: echo "Dummy"

0 commit comments

Comments
 (0)