Skip to content

Commit

Permalink
Merge branch 'fer/1979' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Nov 15, 2023
2 parents bd7f2e9 + 443760a commit 96bf4de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dataset-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "['global-test']"
- 'all'
required: true
default: 'all'
default: "['global-development']"
schedule:
# Runs at 02:00 UTC every sunday
- cron: '0 2 * * 0'
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
name: Backup dataset
strategy:
matrix:
dataset: ${{ (github.event.inputs.dataset != 'all' && fromJson(github.event.inputs.dataset)) || fromJson(needs.read-satellites.outputs.matrix) }}
dataset: ${{ (github.event.inputs.dataset != 'all' && github.event_name == 'workflow_dispatch' && fromJson(github.event.inputs.dataset)) || fromJson(needs.read-satellites.outputs.matrix) }}

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions web/securityHeaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const iframeSrcs = [
'https://vds.issgovernance.com',
'https://eac.plaii.no',
'https://livestream.com',
'https://pixel.as/equinor',
dataset === 'global-development' && 'https://equinor-gms1.wd3.myworkdayjobs-impl.com',
dataset === 'global-development' && 'https://careers.peopleclick.eu.com',
'https://h61q9gi9.api.sanity.io',
Expand Down

0 comments on commit 96bf4de

Please sign in to comment.