Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 12, 2023
1 parent 4f14b08 commit c4f0e16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
echo "diff=$RESULT" >> $GITHUB_OUTPUT
pkgit:
strategy:
fail-fast: false
needs: get-projects
uses: ./.github/workflows/new-version.yml
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
needs: pkgit
if: failure()
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/complain
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pkg-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
name: bottle (${{inputs.name}}+${{matrix.compression}})
needs: [build, test]
strategy:
fail-fast: false
matrix:
compression: [xz, gz]
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions projects/pkgx.sh/brewkit/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ build: |
done
test:
- pkg build r-wos.org/gti
- pkg test r-wos.org/gti
- bk build r-wos.org/gti
- bk test r-wos.org/gti

0 comments on commit c4f0e16

Please sign in to comment.