We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b974865 commit ef574faCopy full SHA for ef574fa
1 file changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Build
29
run: |
30
- zig build --release
+ zig build
31
32
- name: Checkout history branch
33
@@ -45,7 +45,7 @@ jobs:
45
EXCLUDE_REPOS: ${{ secrets.EXCLUDE_REPOS }}
46
EXCLUDE_LANGS: ${{ secrets.EXCLUDE_LANGS }}
47
EXCLUDE_PRIVATE: "false"
48
- DEBUG: "false"
+ SILENT: "true"
49
# TODO: Remove this when they get their API working again
50
# https://github.com/orgs/community/discussions/192970
51
MAX_RETRIES: 5
0 commit comments