Skip to content

Commit

Permalink
Skip ci with [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Jan 5, 2024
1 parent 15eb6d5 commit 2ee36f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'skip-ci') }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 2ee36f4

Please sign in to comment.