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 f149c2b commit 2a99adcCopy full SHA for 2a99adc
.github/workflows/premerge.yaml
@@ -57,6 +57,7 @@ jobs:
57
with:
58
fetch-depth: 2
59
- name: Build and Test
60
+ continue-on-error: ${{ runner.arch == 'ARM64' }}
61
run: |
62
git config --global --add safe.directory '*'
63
0 commit comments