Skip to content

Commit

Permalink
don't run docsgen on main branch merges or releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack committed May 3, 2024
1 parent 89ec6db commit 361230e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}

docsgen:
if: github.ref != 'refs/heads/main' && github.event_name != 'release'
needs: act
uses: arcalot/arcaflow-docsgen/.github/workflows/reusable_workflow.yaml@main
permissions:
Expand Down

0 comments on commit 361230e

Please sign in to comment.