Skip to content

Commit

Permalink
Run the identity-based tests nightly, but not on each PR. Be able to …
Browse files Browse the repository at this point in the history
…trigger the standard tests manually
  • Loading branch information
roywilly committed Nov 1, 2024
1 parent 688d8b1 commit c99517f
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
schedule:
- cron: "4 4 * * *"
workflow_dispatch:

jobs:
build_pywheels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test access DROGON-AFFILIATE login

on:
pull_request:
branches: [main]
schedule:
- cron: "59 4 * * *"
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_tests_access_drogon_manage_login.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test access DROGON-MANAGE login

on:
pull_request:
branches: [main]
schedule:
- cron: "44 4 * * *"
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test access DROGON-MANAGE shared-key

on:
pull_request:
branches: [main]
schedule:
- cron: "48 4 * * *"
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_tests_access_drogon_read_login.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test access DROGON-READ login

on:
pull_request:
branches: [main]
schedule:
- cron: "58 4 * * *"
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_tests_access_drogon_read_sharedkey.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test access DROGON-READ shared-key

on:
pull_request:
branches: [main]
schedule:
- cron: "48 4 * * *"
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_tests_access_drogon_write_login.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test access DROGON-WRITE login

on:
pull_request:
branches: [main]
schedule:
- cron: "56 4 * * *"
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test access DROGON-WRITE shared-key

on:
pull_request:
branches: [main]
schedule:
- cron: "48 4 * * *"
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_tests_access_no_access_login.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test access NO-ACCESS login

on:
pull_request:
branches: [main]
schedule:
- cron: "54 4 * * *"
workflow_dispatch:
Expand Down

0 comments on commit c99517f

Please sign in to comment.