diff --git a/.github/workflows/python-plugins.yml b/.github/workflows/python-plugins.yml index c6146086..3fc8b2a4 100644 --- a/.github/workflows/python-plugins.yml +++ b/.github/workflows/python-plugins.yml @@ -53,7 +53,8 @@ jobs: uses: actions/checkout@v2 with: repository: 'oda-hub/dispatcher-plugin-${{matrix.plugin-name}}' - path: plugin + path: plugin + ref: ${{ matrix.plugin-name == 'integral' && 'adapt-test' || 'master' }} - name: Install dependencies