Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Jan 27, 2025
1 parent 581794c commit fd560a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oci-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
# don't forget to also update the build-and-push job
otp_version: [26, 27]
otp_version: [27]
runs-on: ubuntu-latest
outputs:
authorized: ${{ steps.authorized.outputs.authorized }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
# don't forget to also update the build-package-generic-unix job
otp_version: [26, 27]
otp_version: [27]
needs: build-package-generic-unix
runs-on: ubuntu-latest
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
Expand Down

0 comments on commit fd560a5

Please sign in to comment.