Skip to content

chore(deps): bump ansible from 8.0.0 to 8.5.0 #1017

chore(deps): bump ansible from 8.0.0 to 8.5.0

chore(deps): bump ansible from 8.0.0 to 8.5.0 #1017

---
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 }}