Skip to content

Commit

Permalink
chore(ci): disable draft check for example build
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 22, 2024
1 parent 0b92fa9 commit e514ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:

name: Create Example Chunks

if: "${{ !github.event.pull_request.draft }}"
# TODO: Enable it back after testing.
# if: "${{ !github.event.pull_request.draft }}"

outputs:
CHUNKS: ${{ steps.chunkstep.outputs.CHUNKS }}
Expand Down

0 comments on commit e514ba3

Please sign in to comment.