Skip to content

Commit

Permalink
Only deploy one
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jun 19, 2024
1 parent acf1933 commit 939f5e9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,22 @@ jobs:
]
}
- uses: actions/github-script@v7
id: deploy-matrix
with:
script: |
return {
include: [
{
elixir: "1.16.3",
otp: "26.2.5",
build_os_ver: "bullseye-20240513",
prod_os_ver: "bullseye-slim",
os: "debian"
}
]
}
create-release:
name: Create GitHub release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 939f5e9

Please sign in to comment.