fix: CI & CD eslint issue

pull/26786/head
Badi Ifaoui 2023-11-28 13:37:56 +01:00 committed by Badi Ifaoui
parent fc1aaa0065
commit 523d9e45cf
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ on:
push:
tags: [v*]
# schedule:
# This job can take a while, and we have usage limits, so just publish develop only twice a day
# - cron: "0 7/12 * * *"
# This job can take a while, and we have usage limits, so just publish develop only twice a day
# - cron: "0 7/12 * * *"
concurrency: ${{ github.workflow }}-${{ github.ref_name }}
jobs:
buildx: