Skip to content

Commit

Permalink
chore: test no run on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed Aug 23, 2024
1 parent b1a6519 commit 7cba73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
# This workflow can also be triggered via "workflow_call".
# Since it's a push event we have access to these properties https://docs.github.com/en/webhooks/webhook-events-and-payloads#push
# Filtering on just the (required) .id https://docs.github.com/en/actions/learn-github-actions/expressions#object-filters
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
if: github.event_name == 'push' && github.ref != 'refs/heads/aholloway/x-update-commitlint-validation'
run: |
COMMIT_COUNT=$(echo '${{ toJSON(github.event.commits.*.id) }}' | jq length)
echo "Number of commits in the push: $COMMIT_COUNT"
Expand Down

0 comments on commit 7cba73e

Please sign in to comment.