Skip to content

Commit

Permalink
temporary test the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 12, 2024
1 parent 95ca539 commit 57a3e5d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/auto-update-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ on:
schedule:
- cron: "0 0 * * *"

repository_dispatch:
types:
- update-vespa-version
- update-vespa-cli-doc
push:
branches: [push-via-pr] # Test the workflow by pushing to this branch

permissions:
contents: write
Expand Down Expand Up @@ -69,7 +67,8 @@ jobs:
with:
commit-message: "Update Vespa version to ${{ steps.vespa-metadata.outputs.version }}."
files: _config.yml
push: ${{ env.ENABLE_PUSH == 'true' }}
# push: ${{ env.ENABLE_PUSH == 'true' }}
push: "true"

update-vespa-cli-doc:
#
Expand Down Expand Up @@ -118,7 +117,7 @@ jobs:
with:
commit-message: "Update 'Vespa-CLI' reference documentation."
files: _config.yml
push: ${{ env.ENABLE_PUSH == 'true' }}
push: "true"

update-metric-reference:
#
Expand Down Expand Up @@ -169,4 +168,4 @@ jobs:
with:
commit-message: "Update 'Metric' reference documentation."
files: "en/reference/*-metrics-reference.html"
push: ${{ env.ENABLE_PUSH == 'true' }}
push: "true"

0 comments on commit 57a3e5d

Please sign in to comment.