Skip to content

Commit

Permalink
feat: disable scheduled released until new version (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot authored Sep 24, 2024
1 parent bd3aa00 commit 3a072b6
Show file tree
Hide file tree
Showing 2 changed files with 14,131 additions and 2,432 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
schedule:
# schedule:
# * is a special character in YAML so you have to quote this string
- cron: "00 21 * * *"
# - cron: "00 21 * * *"
repository_dispatch:
types: manual_release
workflow_dispatch:
Expand Down Expand Up @@ -43,14 +43,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
#- name: Check Refs
# run: yarn checkRefs

- name: Get metadata
id: metadata
Expand Down
Loading

0 comments on commit 3a072b6

Please sign in to comment.