Skip to content

Commit

Permalink
Try _sandbox.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
CliveUnger committed Mar 27, 2024
1 parent cb20754 commit c2e47b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/_sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
a smooth integration process once the changes are ready to be merged.
Usage:
1. In your development branch, modify the sandbox.yml workflow file
to include the new actions you want to test. Make sure to commit
the changes to the development branch.
Expand All @@ -39,3 +39,9 @@ jobs:
revert the changes to the sandbox.yml file in the main branch to
keep it empty for future testing.
EOF
finalize:
if: "!cancelled()"
uses: ./.github/workflows/_finalize.yaml
secrets: inherit

0 comments on commit c2e47b4

Please sign in to comment.