Skip to content

Commit

Permalink
changes in API Pull Request
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Jan 16, 2024
1 parent fb223b8 commit 0e0d7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
test:
if: ${{ github.event_name == 'push' || contains( github.event.pull_request.labels.*.name, 'github') || contains( github.event.pull_request.labels.*.name, 'api') }}
# if: ${{ github.event_name == 'push' || contains( github.event.pull_request.labels.*.name, 'github') || contains( github.event.pull_request.labels.*.name, 'api') }}
runs-on: ubuntu-latest
name: API Unit Tests

Expand Down

0 comments on commit 0e0d7ad

Please sign in to comment.