Move Ubuntu integration tests from Jammy to Mantic #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-Update-Build-Tests | |
on: | |
push: | |
branches: | |
- "main" | |
paths: | |
- "build-tests/**" | |
jobs: | |
trigger_obs_services: | |
name: Trigger OBS services connected to build-tests data | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Send API requests to Open Build Service | |
run: helper/update_obs_services.sh ${{ secrets.OBS_VIRT_APP_IMG }} |