diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index a8a23ca1..da463c13 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -3,6 +3,7 @@ name: alpine on: push: # branches: [ master, main ] + branches: [ maxirmx-issue-105 ] paths-ignore: - 'docs/**' - '**.adoc' @@ -15,8 +16,6 @@ on: jobs: pack-ruby: runs-on: ubuntu-latest - strategy: - fail-fast: false steps: - name: Checkout uses: actions/checkout@v3 @@ -26,7 +25,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.0' + ruby-version: '3.2' - name: Bundle run: bundle install --jobs 4 --retry 3 @@ -42,8 +41,6 @@ jobs: pack-linux: runs-on: ubuntu-latest - strategy: - fail-fast: false steps: - name: Checkout uses: actions/checkout@v3