Skip to content

Commit

Permalink
moving comments around
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwart committed Feb 9, 2024
1 parent 973804d commit cacec27
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: catalog-dashboard # TODO: update to prod when happy
# TODO: update to prod when happy
ref: catalog-dashboard

- name: Process submissions
shell: Rscript {0}
Expand All @@ -39,7 +40,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: catalog-dashboard # TODO: update to prod when happy
# TODO: update to prod when happy
ref: catalog-dashboard

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

- uses: actions/checkout@v3
with:
ref: catalog-dashboard # TODO: update to prod when happy
# TODO: update to prod when happy
ref: catalog-dashboard
fetch-depth: 0
set-safe-directory: '*'d

Expand Down Expand Up @@ -96,7 +99,8 @@ jobs:

- uses: actions/checkout@v3
with:
ref: catalog-dashboard # TODO: update to prod when happy
# TODO: update to prod when happy
ref: catalog-dashboard
fetch-depth: 0
set-safe-directory: '*'

Expand Down

0 comments on commit cacec27

Please sign in to comment.