mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-20 17:53:51 -07:00
Modify data tile server to static URL to fix CORS (#1512)
* Modify data tile server to static URL to fix CORS * Remove the cron from the cache invalidate action
This commit is contained in:
parent
cb963cff5f
commit
27311b11e2
3 changed files with 5 additions and 5 deletions
6
.github/workflows/refresh-be-cdn.yml
vendored
6
.github/workflows/refresh-be-cdn.yml
vendored
|
@ -6,9 +6,9 @@ on:
|
|||
description: This will invalidate the backend CDN, are you sure you want to proceed? (Y/n)
|
||||
default: n
|
||||
required: true
|
||||
schedule:
|
||||
# runs every 6 hours:
|
||||
- cron: "0 */6 * * *"
|
||||
# to allow this action to run every 6 hours
|
||||
# schedule:
|
||||
# - cron: "0 */6 * * *"
|
||||
env:
|
||||
BE_CDN_ID: E1324VDMNCO97N
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue