Skip to content

Commit

Permalink
adjustment
Browse files Browse the repository at this point in the history
adjust the if condition for proper syntax when using excalmation
  • Loading branch information
millerm30 committed Oct 5, 2024
1 parent d3a501d commit 0e04453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pull_request_test:
name: pull_request_test
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
if: ${{ !contains(github.event.pull_request.title, 'skip ci') }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 0e04453

Please sign in to comment.