Skip to content

Commit

Permalink
Allow to manually trigger pytest-not-slow
Browse files Browse the repository at this point in the history
  • Loading branch information
duetosymmetry authored Nov 17, 2021
1 parent 4619f9d commit 9008d69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest-not-slow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run pytest for not-slow tests

on: [push]
on:
push:
workflow_dispatch: # This allows us to manually trigger

jobs:
build:
Expand Down

0 comments on commit 9008d69

Please sign in to comment.