Skip to content

Commit

Permalink
manual workflow run
Browse files Browse the repository at this point in the history
Signed-off-by: Bentley Hensel <[email protected]>
  • Loading branch information
TheBoatyMcBoatFace committed May 30, 2024
1 parent 6184bec commit 151afd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-deploy-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ name: Deploy to Firebase Hosting on merge, content update and schedule
schedule:
# Deploy every hour
- cron: '0 * * * *'
# deploy manually
workflow_dispatch:


jobs:
build_and_deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Scan packages and upload SBOM
branches:
- main

# deploy manually
workflow_dispatch:


jobs:
upload_sbom:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 151afd9

Please sign in to comment.