Skip to content

Commit

Permalink
tmp: integral plugin branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Nov 6, 2024
1 parent 3697895 commit cbc0fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbc0fd8

Please sign in to comment.