Skip to content

Commit

Permalink
Merge pull request #95 from eco4cast/mainstreet
Browse files Browse the repository at this point in the history
Mainstreet on actions
  • Loading branch information
jzwart authored Sep 11, 2024
2 parents db119c1 + e51260f commit ca6ba45
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/baselines_daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: prod
ref: main

- name: Generate forecasts
shell: Rscript {0}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/checkout@v4
with:
ref: prod
ref: main
fetch-depth: 0
set-safe-directory: '*'

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: prod
ref: main
fetch-depth: 0
set-safe-directory: '*'

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: prod
ref: main
fetch-depth: 0
set-safe-directory: '*'

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: prod
ref: main
fetch-depth: 0
set-safe-directory: '*'

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: prod
ref: main
fetch-depth: 0
set-safe-directory: '*'

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: prod
ref: main
fetch-depth: 0
set-safe-directory: '*'

Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: prod
ref: main
fetch-depth: 0
set-safe-directory: '*'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: prod
ref: main

- name: Process submissions
shell: Rscript {0}
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: prod
ref: main

- name: Generate scores
shell: Rscript {0}
Expand All @@ -62,7 +62,7 @@ jobs:

- uses: actions/checkout@v3
with:
ref: prod
ref: main
fetch-depth: 0
set-safe-directory: '*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_R_binder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: prod
ref: main
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: prod
ref: main

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_python_binder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: prod
ref: main

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: prod
ref: main
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drivers_stage1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: prod
ref: main

- name: Install
shell: Rscript {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drivers_stage3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: prod
ref: main

- name: Install
shell: Rscript {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: prod
ref: main
- name: Generate targets
shell: Rscript {0}
run: |
Expand Down

0 comments on commit ca6ba45

Please sign in to comment.