mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Fixed image which checks if Dockerfile changed by making sure it fetches more commits
This commit is contained in:
parent
755a52b78e
commit
bc38ecf6de
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -283,6 +283,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 100
|
||||||
- uses: marceloprado/has-changed-path@v1
|
- uses: marceloprado/has-changed-path@v1
|
||||||
id: changed-dockerfile
|
id: changed-dockerfile
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue