Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuf239 committed Jun 10, 2024
1 parent 4211970 commit 5587fed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/periodic-azure-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: "0 0 * * 1" # Every Saturday at midnight UTC, I assume the main build won't be triggered right before this one
workflow_dispatch: {}
pull_request: #TODO: for TEST!!
types:
- opened
- synchronize

env:
MANUAL: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit 5587fed

Please sign in to comment.