mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
Workflow cleanup, fix
This commit is contained in:
parent
4d57e563dc
commit
f827d730d1
3 changed files with 3 additions and 4 deletions
1
.github/workflows/deploy_frontend_main.yml
vendored
1
.github/workflows/deploy_frontend_main.yml
vendored
|
@ -36,7 +36,6 @@ jobs:
|
|||
DATA_SOURCE: cdn
|
||||
# TODO: Update main URL when either is back up
|
||||
SITE_URL: "${{ secrets.SITE_URL }}"
|
||||
MAPBOX_STYLES_READ_TOKEN: "${{ secrets.MAPBOX_STYLES_READ_TOKEN }}"
|
||||
- name: Get directory contents
|
||||
run: ls -la public
|
||||
- name: Lint
|
||||
|
|
5
.github/workflows/pr_backend.yml
vendored
5
.github/workflows/pr_backend.yml
vendored
|
@ -6,6 +6,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
env:
|
||||
python-version: '3.10'
|
||||
CENSUS_API_KEY: ${{ secrets.CENSUS_API_KEY }}
|
||||
J40_VERSION_LABEL_STRING: ${{ vars.SCORE_VERSION }}
|
||||
jobs:
|
||||
# JOB to run change detection
|
||||
|
@ -35,7 +36,7 @@ jobs:
|
|||
defaults:
|
||||
run:
|
||||
working-directory: data/data-pipeline
|
||||
environment: PR
|
||||
environment: Staging
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
|
@ -75,7 +76,7 @@ jobs:
|
|||
defaults:
|
||||
run:
|
||||
working-directory: data/data-pipeline
|
||||
environment: PR
|
||||
environment: Staging
|
||||
steps:
|
||||
- name: Checkout source
|
||||
uses: actions/checkout@v4
|
||||
|
|
1
.github/workflows/pr_frontend.yml
vendored
1
.github/workflows/pr_frontend.yml
vendored
|
@ -51,7 +51,6 @@ jobs:
|
|||
DATA_SOURCE: cdn
|
||||
# TODO: Update main URL when either is back up
|
||||
SITE_URL: "${{ secrets.SITE_URL }}"
|
||||
MAPBOX_STYLES_READ_TOKEN: "${{ secrets.MAPBOX_STYLES_READ_TOKEN }}"
|
||||
- name: Get directory contents
|
||||
run: ls -la public
|
||||
- name: Lint
|
||||
|
|
Loading…
Add table
Reference in a new issue