Skip to content

ci: remove pagination when publishing in Galaxy #1008

ci: remove pagination when publishing in Galaxy

ci: remove pagination when publishing in Galaxy #1008

---
name: gitlab_ci_trigger
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Test the CI trigger
run: |
./ci/gitlab_ci_trigger_test.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}