Compare commits

...

2 Commits

Author SHA1 Message Date
unkinben 29a4d9b0d0 fix: enable fetch-depth for code_checkout
Build / build (pull_request) Failing after 3s
2025-01-25 16:58:56 +11:00
unkinben 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
+2
View File
@@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Show changed files
run: |
+2
View File
@@ -22,6 +22,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run Packer Builds
env:
-1
View File
@@ -1,2 +1 @@
docker
incus
-1
View File
@@ -1,2 +1 @@
docker
incus