Skip to content

Commit bf5ebce

Browse files
committed
Attempt to fix gh dispatch 403.
Also, remove "&& false" condition that was forgotten from dedug. Signed-off-by: Eric Bottard <[email protected]>
1 parent c0246af commit bf5ebce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ jobs:
201201
name: Generate and upload javadocs, trigger antora reference doc
202202
if: ${{ github.repository_owner == 'spring-projects' && github.event_name != 'schedule'}}
203203
runs-on: ubuntu-latest
204+
permissions:
205+
actions: write
204206
needs: [build-all, test-ollama, test-openai, test-remaining]
205207
steps:
206208
- name: Checkout source code
@@ -244,7 +246,7 @@ jobs:
244246
name: Deploy to Artifactory
245247
runs-on: ubuntu-latest
246248
needs: [build-all, test-ollama, test-openai, test-remaining]
247-
if: ${{ github.repository_owner == 'spring-projects' && github.event_name != 'schedule' && false}}
249+
if: ${{ github.repository_owner == 'spring-projects' && github.event_name != 'schedule' }}
248250
steps:
249251
- name: Checkout source code
250252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)