Skip to content

Commit

Permalink
compute
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 19, 2023
1 parent ce71641 commit 6ffdd62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Compute COGs
on:
#schedule:
# - cron: '0 23 * * *'
workflow_dispatch:

name: compute

jobs:
docker:
compute:
runs-on: ubuntu-latest
#container: rocker/geospatial:latest
container: docker pull ghcr.io/boettiger-lab/solara-geospatial:latest
container: ghcr.io/boettiger-lab/solara-geospatial:latest
steps:
- name: config
run: git config --system --add safe.directory '*'
Expand Down

0 comments on commit 6ffdd62

Please sign in to comment.