Skip to content

Commit

Permalink
manual dispatch option
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Aug 27, 2024
1 parent 909ed02 commit a370bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_attack_destroy_aws.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: build-attack-destroy-aws
on:
workflow_dispatch: # Manually trigger the workflow
schedule:
- cron: '30 8 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_attack_destroy_azure.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: build-attack-destroy-azure
on:
workflow_dispatch: # Manually trigger the workflow
schedule:
- cron: '30 8 * * *'

Expand Down

0 comments on commit a370bc7

Please sign in to comment.