Skip to content

Commit

Permalink
Remove the "change"
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Nov 12, 2023
1 parent d32e75a commit 68d5fd4
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 @@ -243,7 +243,7 @@ jobs:
# In the case of /bindings command, we don't need to check anything else
# because it should have checked in test_with_bindings job. In the other
# cases, we only want to invoke this on the master branch.
# if: github.event_name == 'issue_comment' || github.ref == 'refs/heads/master'
if: github.event_name == 'issue_comment' || github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 68d5fd4

Please sign in to comment.