mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-23 23:50:28 -06:00
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:
commit
ebe20503b0
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -79,6 +79,7 @@ jobs:
|
||||
builddocs:
|
||||
needs: build
|
||||
runs-on: ubuntu-20.04
|
||||
if: ${{ github.repository == 'nosqlbench/nosqlbench' && github.event_name == 'push' && github.ref_name == 'main' }}
|
||||
steps:
|
||||
|
||||
- name: set git username
|
||||
|
Loading…
Reference in New Issue
Block a user