Skip to content

Commit

Permalink
Merge pull request #1633 from ruby/fix-workflow
Browse files Browse the repository at this point in the history
Fix workflow `if:` condition
  • Loading branch information
soutaro committed Nov 22, 2023
2 parents 9fa5652 + cd96dbe commit 78fa36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
echo "NO_MINITEST=true" >> $GITHUB_ENV
bundle config set --local without 'minitest'
if: "contains(matrix.container_tag, 'master-nightly')"
if: ${{ contains(matrix.container_tag, 'master-nightly') }}
- name: bin/setup
run: |
bin/setup
Expand Down

0 comments on commit 78fa36f

Please sign in to comment.