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