Skip to content

Commit

Permalink
does this run?
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed May 23, 2024
1 parent f03ffce commit e46779c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/provisional_data_access.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: provisional-data

on:
push:
branches: main
schedule:
- cron: "30 */12 * * *"
- cron: "30 */1 * * *"

jobs:
provis-data:
Expand All @@ -13,10 +15,10 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: checkout high_res_cyano
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: USEPA/high_res_cyano
path: high_res_cyano
Expand Down

0 comments on commit e46779c

Please sign in to comment.