Skip to content

Commit cdebbfe

Browse files
committed
Enabling RedHat Workflow
1 parent bf94687 commit cdebbfe

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,15 @@ jobs:
4040
# permissions:
4141
# contents: write
4242

43-
# TODO: This task never picked up by a GitHub job.
44-
#
45-
# linux_redhat:
46-
# uses: ./.github/workflows/linux_redhat.yml
47-
# permissions:
48-
# contents: write
49-
50-
linux_arch:
51-
uses: ./.github/workflows/linux_arch.yml
43+
linux_redhat:
44+
uses: ./.github/workflows/linux_redhat.yml
5245
permissions:
5346
contents: write
5447

48+
# linux_arch:
49+
# uses: ./.github/workflows/linux_arch.yml
50+
# permissions:
51+
# contents: write
52+
5553
# zig:
5654
# uses: ./.github/workflows/zig.yml

0 commit comments

Comments
 (0)