Skip to content

[CI] change Ubuntu version from 18.04 and 20.04 to 20.04 and 22.04 #7

[CI] change Ubuntu version from 18.04 and 20.04 to 20.04 and 22.04

[CI] change Ubuntu version from 18.04 and 20.04 to 20.04 and 22.04 #7

Workflow file for this run

name: Package jrl-qp
on:
repository_dispatch:
types:
- package-master
- package-release
push:
paths-ignore:
- matlab/**
- notes/**
- README.md
- ".github/workflows/build.yml"
branches:
- "**"
tags:
- v*
pull_request:
branches:
- "**"
jobs:
package:
uses: jrl-umi3218/github-actions/.github/workflows/package-project.yml@master
with:
deps: '["isri-aist/QpSolverCollection"]'
secrets:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
GH_TOKEN: ${{ secrets.GH_PAGES_TOKEN }}