Skip to content

Commit

Permalink
1.1 iteration of the github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavo-codium committed Nov 6, 2024
1 parent ce3ce58 commit 71dad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
update-docs-context:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'
steps:
- run: python scripts/build_docs_context.py

0 comments on commit 71dad6c

Please sign in to comment.