Skip to content

Commit

Permalink
wip-config
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed May 23, 2024
1 parent 8505d6e commit d5f31d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-tapioca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build:
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs-gem-rbi') == 'true' }}'
if: ${{ !contains(github.event.pull_request.labels.*.name, 'needs-gem-rbi') }}'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit d5f31d4

Please sign in to comment.