Skip to content

Commit

Permalink
Remove schedule from destroy-development workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frasermolyneux committed Mar 31, 2024
1 parent 4a29021 commit 4ea74aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/destroy-development.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Destroy Development

on:
workflow_dispatch:
schedule:
- cron: "0 23 * * *"
workflow_dispatch:

permissions:
id-token: write # This is required for Az CLI Login
Expand Down

0 comments on commit 4ea74aa

Please sign in to comment.