Skip to content

Commit

Permalink
Test icepak v0.1.3 with debian
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 26, 2024
1 parent 564358b commit 5d07a1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
env:
POLAR_AUTH_TOKEN: ${{ secrets.POLAR_AUTH_TOKEN }}
POLAR_ENDPOINT: ${{ vars.POLAR_ENDPOINT }}

7 changes: 4 additions & 3 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 'Debian'

on:
schedule:
- cron: '0 0 7,14,21,28 * *'
push:
branches:
- main

jobs:
build:
Expand All @@ -28,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Setup IcePAK
uses: upmaru/icepak@v0
uses: upmaru/icepak@v0.1.3
with:
alpine: v3.19
arch: ${{matrix.os.arch}}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: 'Ubuntu'

on:
push:
branches:
- main
schedule:
- cron: '0 0 7,14,21,28 * *'

jobs:
build:
Expand Down

0 comments on commit 5d07a1d

Please sign in to comment.