Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migration vers le nouveau format MT #423

Merged
merged 11 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release
on:
# schedule:
# * is a special character in YAML so you have to quote this string
# - cron: "00 21 * * *"
schedule:
- cron: "00 21 * * *"
repository_dispatch:
types: manual_release
workflow_dispatch:
Expand Down Expand Up @@ -43,14 +42,14 @@ jobs:
- name: Build
run: yarn build

#- name: Start
# env:
# TOKEN_MT: ${{ secrets.TOKEN_MT }}
# DATAFILLER_URL: ${{ secrets.DATAFILLER_URL }}
# run: yarn start
- name: Start
env:
TOKEN_MT: ${{ secrets.TOKEN_MT }}
DATAFILLER_URL: ${{ secrets.DATAFILLER_URL }}
run: yarn start

#- name: Check Refs
# run: yarn checkRefs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On l'avait enlevé car ça buggait avant, c'est ça ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'était pour désactiver la mise à jour des données si on lançait le job à la main. Il n'y avait pas de bug spécifique à cette étape.

- name: Check Refs
run: yarn checkRefs

- name: Get metadata
id: metadata
Expand Down
Loading
Loading