Skip to content

Commit

Permalink
Update compute.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Dec 19, 2023
1 parent fcc1cb7 commit 9f09bc6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@ on:
#schedule:
# - cron: '0 23 * * *'
workflow_dispatch:

push:
paths: ['*fire.py', '.github/workflows/compute.yml']
jobs:
compute:
runs-on: ubuntu-latest
#container: rocker/geospatial:latest
container: ghcr.io/boettiger-lab/solara-geospatial:latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
set-safe-directory: '*'
- name: compute
run: python fire.py

0 comments on commit 9f09bc6

Please sign in to comment.