Skip to content

Commit

Permalink
Disable devnet cron
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszjedrzejewski committed Jul 10, 2024
1 parent 97e60de commit e171cf6
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 e171cf6

Please sign in to comment.