Skip to content

Commit

Permalink
changes in API Pull Request 5
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Jan 16, 2024
1 parent 7679386 commit b16bc8d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/api-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: API Pull Request
name: API Pull Request Github Labeler
on:
workflow_run:
workflows:
- Github Labeler
- Test depends Github Labeler
types:
- completed

# defaults:
# run:
# working-directory: test

jobs:
test-job:
Expand All @@ -19,7 +16,11 @@ jobs:
run: pip install -r requirements.txt
- name: Run Tests
run: pytest


# defaults:
# run:
# working-directory: test

# jobs:
# test-job:
# name: Test Step
Expand Down

0 comments on commit b16bc8d

Please sign in to comment.