Skip to content

Commit

Permalink
Fix example config
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHatch committed Jan 28, 2024
1 parent 4df56d0 commit 8c0b779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8c0b779

Please sign in to comment.