Skip to content

Commit

Permalink
Disable scheduled deployments for now (#74)
Browse files Browse the repository at this point in the history
Disabling per
#41 (comment)

Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
  • Loading branch information
cicdguy authored Sep 27, 2023
1 parent d911854 commit 6e3e424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
tags:
- "*"
workflow_dispatch:
schedule:
- cron: '12 3 * * *'
#schedule:
# - cron: '12 3 * * *'

concurrency:
group: publish-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 6e3e424

Please sign in to comment.