Update Documentation.yml

This commit is contained in:
2024-03-05 16:21:39 -05:00
parent 7aa845491a
commit 6c16765901

View File

@@ -12,7 +12,7 @@ env:
jobs: jobs:
buildfiles: buildfiles:
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 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