Skip to content

Commit

Permalink
temp: Enable CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Jan 20, 2025
1 parent ae8ad25 commit ede666e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/litteralis_import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
required: false
default: null
type: string
push:
branches:
- refactor/litteralis-unified

schedule:
- cron: '15 16 * * 1' # Voir https://crontab.guru/ : tous les lundis à 16h15 GMT
Expand Down Expand Up @@ -54,7 +57,7 @@ jobs:
run: |
echo "DATABASE_URL=${{ secrets.APP_LITTERALIS_IMPORT_DATABASE_URL }}" >> .env.local
echo "BDTOPO_DATABASE_URL=${{ secrets.BDTOPO_DATABASE_URL }}" >> .env.local
echo "APP_LITTERALIS_ENABLED_ORGS=${{ variables.APP_LITTERALIS_ENABLED_ORGS }}" >> .env.local
echo "APP_LITTERALIS_ENABLED_ORGS=${{ vars.APP_LITTERALIS_ENABLED_ORGS }}" >> .env.local
- name: Override enabled orgs if defined by input
if: ${{ inputs.enabled_orgs }}
Expand Down

0 comments on commit ede666e

Please sign in to comment.