Fix example config

This commit is contained in:
Paul Hatcherian 2024-01-28 07:52:38 -06:00
parent 4df56d00ce
commit 8c0b779a80

View file

@ -87,6 +87,7 @@ If your project contains multiple services which you wish to version independent
change_path: "src/my-service"
namespace: my-service
- name: Cancel if Unchanged
if: ${{ ! steps.version.outputs.changed }}
run: |
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}