Skip to content

Commit

Permalink
Disable devnet cron (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszjedrzejewski authored Jul 10, 2024
1 parent 97e60de commit c422b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name: Deploy to Devnet

on:
workflow_dispatch:
schedule:
- cron: '00 00 * * *'
# schedule:
# - cron: '00 00 * * *'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down

0 comments on commit c422b99

Please sign in to comment.