Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Mar 11, 2024
1 parent 0bc4fd1 commit a9de929
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/.lithops_config_gcp.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
lithops:
backend: gcp_functions
storage: gcp_storage
log_level: WARN

gcp:
region: europe-west2
credentials_path:

gcp_storage:
region: europe-west2
storage_bucket: tom-lithops-data
2 changes: 1 addition & 1 deletion .github/workflows/array-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- "main"
pull_request:
# pull_request:
schedule:
# Every weekday at 03:19 UTC, see https://crontab.guru/
- cron: "19 3 * * 1-5"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dask-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- "main"
pull_request:
# pull_request:
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- "main"
pull_request:
# pull_request:
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- "main"
pull_request:
# pull_request:
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit a9de929

Please sign in to comment.