Skip to content

Commit 0ba448a

Browse files
authored
CI: Disable test-branch on main (#2573)
Might allow to workflow to complete since the recent update. This CI job is not useful.
1 parent 53263bd commit 0ba448a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
path: _build/install/default/bin/ocamlformat
5858

5959
test-branch:
60+
if: ${{ github.ref != 'refs/heads/main' }}
6061
needs: build-linux
6162
runs-on: ubuntu-latest
6263
strategy:

0 commit comments

Comments
 (0)