Skip to content

Commit ecf304f

Browse files
committed
Ignore the DirectBindingsAppTests workflow results.
1 parent 497c068 commit ecf304f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/direct-bindings-app-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
build:
1818
name: Build (${{ matrix.configuration['scheme'] }} - ${{ matrix.configuration['platform'] }})
1919
runs-on: macos-12
20+
continue-on-error: true
2021
strategy:
2122
fail-fast: false
2223
matrix:

.github/workflows/swift.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Check Bindings
22

3-
on: [ push, pull_request ]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
48

59
jobs:
610
check_bindings:

0 commit comments

Comments
 (0)