Skip to content

Commit

Permalink
Revert the debugging commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 2, 2023
1 parent 69b0e8c commit 9b7249f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# We don't actually want to run integration tests on pull requests,
# because we want to avoid hitting rate limits.
# So, if this is a PR build, mark the integration tests as "skipped".
# if: github.event_name != 'pull_request'
if: github.event_name != 'pull_request'
name: Integration
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9b7249f

Please sign in to comment.