Skip to content

Commit

Permalink
Removed parameters to manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Nov 30, 2021
1 parent fb5506b commit 3b89c8c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@ name: Tests
on:
push:
pull_request:
workflow_dispatch:
schedule:
# Every Monday at 7AM UTC
- cron: '0 07 * * 1'
workflow_dispatch:
inputs:
dummy:
description: 'Place holder'
required: false
default: 'Dummy argument'

jobs:
ubuntu:
Expand Down

0 comments on commit 3b89c8c

Please sign in to comment.