Merge pull request #1016 from lhotari/lh-fix-GHA-builddocs

Run builddocs only for pushes to master branch in nosqlbench/nosqlbench
This commit is contained in:
Jonathan Shook 2023-02-07 18:32:39 -06:00 committed by GitHub
commit ebe20503b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ jobs:
builddocs: builddocs:
needs: build needs: build
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
if: ${{ github.repository == 'nosqlbench/nosqlbench' && github.event_name == 'push' && github.ref_name == 'main' }}
steps: steps:
- name: set git username - name: set git username