Skip to content

Commit

Permalink
#129: Add build depth tags and options
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Jul 11, 2024
1 parent 5912dad commit e40264c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history and tags

- name: mkdir /opt/ttmlir-toolchain
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: docs
on:
push:
branches: ["main"]
pull_request:
branches: [ "main" ]

workflow_dispatch:

Expand All @@ -23,6 +25,8 @@ jobs:
MDBOOK_VERSION: 0.4.36
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history and tags
- name: mkdir /opt/ttmlir-toolchain
shell: bash
run: |
Expand Down

0 comments on commit e40264c

Please sign in to comment.