File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 type : [ "opened", "reopened", "synchronize" ]
99 schedule :
1010 - cron : ' 0 12 * * 0' # run once a week on Sunday
11- # Allow to run this workflow manually from the Actions tab
11+ # Allows running this workflow manually from the Actions tab
1212 workflow_dispatch :
1313
1414env :
8585 - name : Checkout
8686 uses : actions/checkout@v2
8787
88- - name : Setup python
88+ - name : Setup Python
8989 uses : actions/setup-python@v2
9090 with :
9191 python-version : ' 3.x'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Changelog
1313Features
1414++++++++
1515
16- - Allow to use a ``str `` as condition for
16+ - Allows using a ``str `` as condition for
1717 ``@pytest.mark.flaky(condition) ``
1818 which gets evaluated dynamically similarly to
1919 ``@pytest.mark.skipif(condition) ``.
You can’t perform that action at this time.
0 commit comments