Skip to content

Commit

Permalink
Add a skip actions to prevent CI from running
Browse files Browse the repository at this point in the history
  • Loading branch information
dwai-wai committed Dec 13, 2024
1 parent adf9bbf commit 2aa6b36
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/patch-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ on:
branches:
- main
jobs:
debug-print:
runs-on: ubuntu-24.04
steps:
- name: What is in here?
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

patch-and-commit:
if: github.event.head_commit.author.name != 'github-actions'
runs-on: ubuntu-24.04
Expand All @@ -36,4 +28,4 @@ jobs:
add: "CMakeLists.txt"
default_author: github_actions
tag: "${{ steps.patching.outputs.new_tag }}"
message: "[GitHub Actions] Patched version, bumped ${{ steps.patching.outputs.bumped }} number"
message: "[GitHub Actions] Patched version, bumped ${{ steps.patching.outputs.bumped }} number [skip actions]"

0 comments on commit 2aa6b36

Please sign in to comment.