Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rummanrc committed Aug 21, 2023
1 parent 0cda45e commit 4ebbd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Unit Testing

on:
workflow_dispatch:
push:

# permissions:
# contents: read

jobs:
build:

runs-on: ubuntu-latest
runs-on: self-hosted
env:
PYTHONPATH: ${{ github.workspace }}/backend/src
services:
Expand Down

0 comments on commit 4ebbd64

Please sign in to comment.