Loading .github/workflows/schedule_update-from-template.yaml +1 −1 Original line number Diff line number Diff line name: Update from template "on": schedule: - cron: "00 00 * * 0" - cron: "00 00 * * *" workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} Loading Loading
.github/workflows/schedule_update-from-template.yaml +1 −1 Original line number Diff line number Diff line name: Update from template "on": schedule: - cron: "00 00 * * 0" - cron: "00 00 * * *" workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} Loading