Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Nov 6, 2024
1 parent 213d7aa commit 0e223c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:
if: ${{ github.repository_owner == 'alchemy-fr' }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 30

- name: Get git log
if: "${{ inputs.image == 'dashboard' }}"
run: bin/git-log.sh

- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,6 @@ jobs:
needs:
- build_nodejs-base

get_git_log:
name: 'Get git log'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 30

- name: Get git log
run: bin/git-log.sh

setup:
name: 'Setup stack'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0e223c8

Please sign in to comment.