Skip to content

Commit

Permalink
fix: CI & CD eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaouibadi committed Dec 13, 2023
1 parent 119f465 commit e3055c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e3055c7

Please sign in to comment.