Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Jan 8, 2024
1 parent 31c4de9 commit 976db6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/drivers_stage1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ name: gefs_osn

jobs:
docker:
runs-on: [self-hosted] # do we have access to this in usgsrc4cast repo?
runs-on: [self-hosted]
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
OSN_KEY: ${{ secrets.OSN_KEY }}
OSN_SECRET: ${{ secrets.OSN_SECRET }}
# container: rocker/geospatial
steps:
- uses: actions/checkout@v3
# with:
# ref: prod
with:
ref: generate-drivers

- name: Install
shell: Rscript {0}
Expand Down

0 comments on commit 976db6c

Please sign in to comment.