We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf94687 commit cdebbfeCopy full SHA for cdebbfe
.github/workflows/ci.yml
@@ -40,17 +40,15 @@ jobs:
40
# permissions:
41
# contents: write
42
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
+ linux_redhat:
+ uses: ./.github/workflows/linux_redhat.yml
52
permissions:
53
contents: write
54
+ # linux_arch:
+ # uses: ./.github/workflows/linux_arch.yml
+ # permissions:
+ # contents: write
+
55
# zig:
56
# uses: ./.github/workflows/zig.yml
0 commit comments