Skip to content

Commit

Permalink
🚧 Change generate-documentation to test image creation
Browse files Browse the repository at this point in the history
  • Loading branch information
yessica-rd committed Sep 28, 2023
1 parent 37f0f47 commit 2d03689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
generate-documentation:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'develop'
# if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'develop'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 2d03689

Please sign in to comment.