Skip to content

Commit

Permalink
Update clone-staging.yaml
Browse files Browse the repository at this point in the history
change workflow triggers for testing
  • Loading branch information
Matt-Spence authored Oct 24, 2024
1 parent 6e8dcbe commit fa25941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clone-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# # Run daily at 2:00 PM EST
# - cron: '0 * * * *'
# Allow manual triggering
# workflow_dispatch:
workflow_dispatch:
# ----
# run on PR for testing before merge.
# pull_request:
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Logout from Cloud Foundry
if: always()
run: cf logout
run: cf logout

0 comments on commit fa25941

Please sign in to comment.