Compare commits

...

2 Commits

Author SHA1 Message Date
29a4d9b0d0 fix: enable fetch-depth for code_checkout
Some checks failed
Build / build (pull_request) Failing after 3s
2025-01-25 16:58:56 +11:00
50626df505 feat: remove incus from builds file
- this will prevent incus images from building
2025-01-25 16:54:15 +11:00
4 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Show changed files
run: |

View File

@ -22,6 +22,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Packer Builds
env:

View File

@ -1,2 +1 @@
docker
incus

View File

@ -1,2 +1 @@
docker
incus