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 2870eab commit d45cd70Copy full SHA for d45cd70
1 file changed
.github/workflows/ci.yml
@@ -148,6 +148,7 @@ jobs:
148
149
check-license-header:
150
name: check-license-header
151
+ if: (github.repository == 'apache/shenyu')
152
runs-on: ubuntu-latest
153
timeout-minutes: 10
154
steps:
@@ -161,7 +162,7 @@ jobs:
161
162
163
requirement:
164
name: build
- if: always()
165
+ if: (github.repository == 'apache/shenyu') && always()
166
needs:
167
- build
168
0 commit comments