Skip to content

Commit

Permalink
CI: Tempararily disable pre-commit check for pull-request
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Mar 30, 2022
1 parent fffca5a commit 4e1a7f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

name: continuous-integration

on: [push, pull_request]
# TODO: Re-enable for pull_request after ci issue described in https://github.com/aiidalab/aiidalab-qe/pull/206#issuecomment-1081661847 fixed
# on: [push, pull_request]
on: [push]

jobs:

Expand Down

0 comments on commit 4e1a7f0

Please sign in to comment.