Skip to content

Commit

Permalink
Try to get documentation flow working
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPQualityPost committed Mar 5, 2024
1 parent 4171b72 commit 4c59098
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Assembly Documentation

on:
pull_request:
branches:
- main
types:
- closed
push:
branches:
- main
Expand All @@ -16,8 +11,8 @@ env:

jobs:
buildfiles:
if: github.event.pull_request.merged == true
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
steps:
- name: Checkout code
Expand Down

0 comments on commit 4c59098

Please sign in to comment.