Skip to content

Commit

Permalink
Stop running upload on push to main
Browse files Browse the repository at this point in the history
We want to keep the weekly cadence. Not upload again for every change to main. We can always trigger the workflow manually if needed
  • Loading branch information
arianvp authored May 23, 2024
1 parent 1e947c8 commit 85c1380
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/upload-legacy-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Upload Legacy Amazon Image
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit 85c1380

Please sign in to comment.