diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d7b44982b..20110d8d4b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,13 +43,6 @@ jobs: echo "::set-env name=SHORT_SHA::$short_sha" shell: 'bash' - # Uncomment entries in order to make Saros/I installable in all JetBrains IDEs - - name: Prepare Saros/I plugin.xml - if: github.ref == 'refs/heads/master' - run: | - sed -i 's//depends>/g' intellij/resources/META-INF/plugin.xml - # Build - name: Build and test with Gradle run: |