Merge pull request #18 from VIPQualityPost/dev
Try to get documentation flow working
This commit is contained in:
7
.github/workflows/documentation.yml
vendored
7
.github/workflows/documentation.yml
vendored
@@ -1,11 +1,6 @@
|
|||||||
name: Assembly Documentation
|
name: Assembly Documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
types:
|
|
||||||
- closed
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -16,8 +11,8 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildfiles:
|
buildfiles:
|
||||||
if: github.event.pull_request.merged == true
|
|
||||||
name: Design check & documentation build
|
name: Design check & documentation build
|
||||||
|
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user