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 2722f4a commit de2428bCopy full SHA for de2428b
.github/workflows/pytest.yaml
@@ -2,11 +2,11 @@ name: Tests
2
3
on:
4
# Uncomment this entry only to debug the workflow
5
- # pull_request:
6
- # branches: [ main ]
7
- pull_request_target:
+ pull_request:
8
branches: [ main ]
9
- types: [ labeled, opened, reopened, synchronize ]
+ # pull_request_target:
+ # branches: [ main ]
+ # types: [ labeled, opened, reopened, synchronize ]
10
# 05:00 UTC = 06:00 CET = 07:00 CEST
11
schedule:
12
- cron: "0 5 * * *"
0 commit comments