Skip to content

Commit d16cda7

Browse files
authored
Chore: Disable scheduled actions (#312)
1 parent 7d4422f commit d16cda7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches:
66
- master
77

8-
schedule:
9-
- cron: '0 18 * * *' # Run daily at 14:00 UTC
8+
# schedule:
9+
# - cron: '0 18 * * *' # Run daily at 14:00 UTC
1010

1111
pull_request:
1212

@@ -16,6 +16,7 @@ concurrency:
1616

1717
jobs:
1818
linting:
19+
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'pytest-dev/pytest-selenium')
1920
runs-on: ubuntu-latest
2021
steps:
2122
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)