We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4422f commit d16cda7Copy full SHA for d16cda7
.github/workflows/test.yml
@@ -5,8 +5,8 @@ on:
5
branches:
6
- master
7
8
- schedule:
9
- - cron: '0 18 * * *' # Run daily at 14:00 UTC
+# schedule:
+# - cron: '0 18 * * *' # Run daily at 14:00 UTC
10
11
pull_request:
12
@@ -16,6 +16,7 @@ concurrency:
16
17
jobs:
18
linting:
19
+ if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'pytest-dev/pytest-selenium')
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v3
0 commit comments