Skip to content

Commit

Permalink
Improve CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 26, 2024
1 parent 00f494c commit 641c421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
steps:
- name: Check event type
run: |
if [[ "${{github.event_name}}" != "pull_request" ]] ; then
if [[ "$GITHUB_EVENT_NAME" != "pull_request" ]] ; then
echo "::notice::Event type is not 'pull_request', all job actions will be skipped"
fi
Expand Down

0 comments on commit 641c421

Please sign in to comment.