Skip to content

Commit

Permalink
Fix workflow if: condition
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Nov 22, 2023
1 parent 9fa5652 commit cd96dbe
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 cd96dbe

Please sign in to comment.