Skip to content

Commit 5850ac4

Browse files
committed
⚗️ Mark license-eye.yml as experimental
- pyu-ruby-sasl doesn't have a recognizable license, so this will fail for now
1 parent d910796 commit 5850ac4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/license-eye.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@ concurrency:
2525
jobs:
2626
license-check:
2727
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
28+
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
2829
runs-on: ubuntu-latest
30+
strategy:
31+
fail-fast: false
32+
matrix:
33+
include:
34+
# pyu-ruby-sasl doesn't have a recognizable license, so this will fail for now
35+
- experimental: true
2936
steps:
3037
- name: Checkout
3138
uses: actions/checkout@v5

0 commit comments

Comments
 (0)