Skip to content

Commit

Permalink
contine-on-error to notif take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavo-codium committed Nov 11, 2024
1 parent b8dc892 commit 1b7fea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-to-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
update-docs-context:
runs-on: ubuntu-latest
continue-on-error: true # In case the branch fails we want to notify users on slack.
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -29,7 +30,6 @@ jobs:
token: ${{secrets.CODIUM_PROXY_TOKEN}}

- name: Make updates to codium-proxy docs content
continue-on-error: true
working-directory: codium-proxy
run: |
# write .llm_context content to documentation/docs_context.txt
Expand Down

0 comments on commit 1b7fea1

Please sign in to comment.