mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Update build.yml to run builddocs on pull_request events (#2117)
This commit is contained in:
parent
d42245a4c7
commit
79e2a4bf6e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
builddocs:
|
builddocs:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: ${{ github.repository == 'nosqlbench/nosqlbench' && github.event_name == 'push' && github.ref_name == 'main' }}
|
if: ${{ github.repository == 'nosqlbench/nosqlbench' && github.event_name == 'pull_request' && github.ref_name == 'main' }}
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: set git username
|
- name: set git username
|
||||||
|
Loading…
Reference in New Issue
Block a user