Skip to content

Commit

Permalink
manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all authored Nov 2, 2023
1 parent c47c0c0 commit cdfc894
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pytest report
name: name: Pytest report manual

on:
workflow_dispatch:
Expand All @@ -10,7 +10,6 @@ jobs:
Linter-Unknown-Owner:
name: Black Syntax Check on Public
runs-on: ubuntu-latest
if: github.repository_owner != 'Bot-detector'
steps:
- uses: actions/checkout@v3

Expand All @@ -26,7 +25,6 @@ jobs:
Build-Test-Unknown-Owner:
name: Setup and Run Tests on Public
runs-on: ubuntu-latest
if: github.repository_owner != 'Bot-detector'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit cdfc894

Please sign in to comment.